|
2 | 2 | "compilerOptions": { |
3 | 3 | /* Basic Options */ |
4 | 4 | // "incremental": true, /* Enable incremental compilation */ |
5 | | - "target": "ESNext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ |
6 | | - "module": "ESNext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
| 5 | + "target": "esnext", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */ |
| 6 | + "module": "preserve", /* 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": "bundler", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */ |
43 | 43 | // "baseUrl": "./", /* Base directory to resolve non-absolute module names. */ |
44 | 44 | // "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */ |
45 | 45 | // "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */ |
|
0 commit comments