|
11 | 11 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
12 | 12 |
|
13 | 13 | /* Language and Environment */
|
14 |
| - "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ |
| 14 | + "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
15 | 15 | // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
16 | 16 | // "jsx": "preserve", /* Specify what JSX code is generated. */
|
17 | 17 | // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
|
25 | 25 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
26 | 26 |
|
27 | 27 | /* Modules */
|
28 |
| - "module": "commonjs", /* Specify what module code is generated. */ |
| 28 | + "module": "commonjs" /* Specify what module code is generated. */, |
29 | 29 | // "rootDir": "./", /* Specify the root folder within your source files. */
|
30 | 30 | // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
|
31 | 31 | // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
77 | 77 | // "verbatimModuleSyntax": true, /* Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting. */
|
78 | 78 | // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */
|
79 | 79 | // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
80 |
| - "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */ |
| 80 | + "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, |
81 | 81 | // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
|
82 |
| - "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ |
| 82 | + "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, |
83 | 83 |
|
84 | 84 | /* Type Checking */
|
85 |
| - "strict": true, /* Enable all strict type-checking options. */ |
| 85 | + "strict": true /* Enable all strict type-checking options. */, |
86 | 86 | // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
|
87 | 87 | // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */
|
88 | 88 | // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
|
|
105 | 105 |
|
106 | 106 | /* Completeness */
|
107 | 107 | // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
108 |
| - "skipLibCheck": true /* Skip type checking all .d.ts files. */ |
| 108 | + "skipLibCheck": true /* Skip type checking all .d.ts files. */ |
109 | 109 | }
|
110 | 110 | }
|
0 commit comments