|
2 | 2 | "compilerOptions": {
|
3 | 3 | /* Basic Options */
|
4 | 4 | "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
|
5 |
| - "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
| 5 | + "module": "esnext", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */ |
6 | 6 | "lib": [ "ES5", "dom" ], /* Specify library files to be included in the compilation. */
|
7 | 7 | // "allowJs": true, /* Allow javascript files to be compiled. */
|
8 | 8 | // "checkJs": true, /* Report errors in .js files. */
|
|
46 | 46 | // "typeRoots": [], /* List of folders to include type definitions from. */
|
47 | 47 | // "types": [], /* Type declaration files to be included in compilation. */
|
48 | 48 | "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
|
49 |
| - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ |
| 49 | + "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ |
50 | 50 | // "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
|
51 | 51 |
|
52 | 52 | /* Source Map Options */
|
53 | 53 | // "sourceRoot": "", /* Specify the location where debugger should locate TypeScript files instead of source locations. */
|
54 | 54 | // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
|
55 | 55 | // "inlineSourceMap": true, /* Emit a single file with source maps instead of having a separate file. */
|
56 |
| - // "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ |
| 56 | + "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */ |
57 | 57 |
|
58 | 58 | /* Experimental Options */
|
59 | 59 | // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
|
|
0 commit comments