|
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 | | - "jsx": "react-jsx" /* Specify what JSX code is generated. */, |
| 16 | + "jsx": "react-jsx", /* Specify what JSX code is generated. */ |
17 | 17 | // "libReplacement": true, /* Enable lib replacement. */ |
18 | 18 | // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */ |
19 | 19 | // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */ |
|
26 | 26 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ |
27 | 27 |
|
28 | 28 | /* Modules */ |
29 | | - "module": "commonjs" /* Specify what module code is generated. */, |
| 29 | + "module": "commonjs", /* Specify what module code is generated. */ |
30 | 30 | // "rootDir": "./", /* Specify the root folder within your source files. */ |
31 | 31 | // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */ |
32 | 32 | // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ |
|
80 | 80 | // "isolatedDeclarations": true, /* Require sufficient annotation on exports so other tools can trivially generate declaration files. */ |
81 | 81 | // "erasableSyntaxOnly": true, /* Do not allow runtime constructs that are not part of ECMAScript. */ |
82 | 82 | // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */ |
83 | | - "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, |
| 83 | + "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */ |
84 | 84 | // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */ |
85 | | - "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, |
| 85 | + "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ |
86 | 86 |
|
87 | 87 | /* Type Checking */ |
88 | | - "strict": true /* Enable all strict type-checking options. */, |
| 88 | + "strict": true, /* Enable all strict type-checking options. */ |
89 | 89 | // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */ |
90 | 90 | // "strictNullChecks": true, /* When type checking, take into account 'null' and 'undefined'. */ |
91 | 91 | // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */ |
|
108 | 108 |
|
109 | 109 | /* Completeness */ |
110 | 110 | // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ |
111 | | - "skipLibCheck": true /* Skip type checking all .d.ts files. */ |
| 111 | + "skipLibCheck": true /* Skip type checking all .d.ts files. */ |
112 | 112 | } |
113 | 113 | } |
0 commit comments