|
3 | 3 | /* Basic Options */ |
4 | 4 | // "incremental": true, /* Enable incremental compilation */ |
5 | 5 | "target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, |
6 | | - "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, |
| 6 | + "module": "node16" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, |
7 | 7 | // "lib": [], /* Specify library files to be included in the compilation. */ |
8 | 8 | "allowJs": true /* Allow javascript files to be compiled. */, |
9 | 9 | // "checkJs": true, /* Report errors in .js files. */ |
|
39 | 39 | // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ |
40 | 40 |
|
41 | 41 | /* Module Resolution Options */ |
42 | | - "moduleResolution": "node" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, |
| 42 | + "moduleResolution": "node16" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, |
43 | 43 | "resolveJsonModule": true, |
44 | 44 | // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ |
45 | 45 | // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ |
|
0 commit comments