|
5 | 5 | /* Basic Options */
|
6 | 6 | // "incremental": true, /* Enable incremental compilation */
|
7 | 7 | "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', or 'ESNEXT'. */
|
8 |
| - "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ |
| 8 | + "module": "CommonJS", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ |
9 | 9 | "lib": [ "ES5", "ES6", "ES2020" ], /* Specify library files to be included in the compilation. */
|
10 | 10 | // "allowJs": true, /* Allow javascript files to be compiled. */
|
11 | 11 | // "checkJs": true, /* Report errors in .js files. */
|
|
44 | 44 | // "noPropertyAccessFromIndexSignature": true, /* Require undeclared properties from index signatures to use element accesses. */
|
45 | 45 |
|
46 | 46 | /* Module Resolution Options */
|
47 |
| - "moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
| 47 | + "moduleResolution": "Node16", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
48 | 48 | // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */
|
49 | 49 | // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
|
50 | 50 | // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
51 |
| - "typeRoots": [ |
52 |
| - "./src/types" |
53 |
| - ], /* List of folders to include type definitions from. */ |
| 51 | + "typeRoots": [], /* List of folders to include type definitions from. */ |
54 | 52 | // "types": [], /* Type declaration files to be included in compilation. */
|
55 | 53 | // "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
|
56 | 54 | "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
|
|
0 commit comments