17 // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
18 // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
19 // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'. */
20 // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
21 // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'. */
22 // "reactNamespace": "", /* Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit. */
23 // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
59 // "removeComments": true, /* Disable emitting comments. */
60 // "noEmit": true, /* Disable emitting files from a compilation. */
61 // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
62 // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types. */
63 // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
68 // "newLine": "crlf", /* Set the newline character for emitting files. */
69 // "stripInternal": true, /* Disable emitting declarations that have '@internal' in their JSDoc comments. */
70 // "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
71 // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
72 // "preserveConstEnums": true, /* Disable erasing 'const enum' declarations in generated code. */
86 "noImplicitAny": false, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
87 // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
88 // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
89 // "strictBindCallApply": true, /* Check that the arguments for 'bind', 'call', and 'apply' methods match the original function. */
90 // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
91 // "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
93 // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
94 // "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
95 // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
96 // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
97 // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
98 // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
99 // "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */