|
10 | 10 | // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
|
11 | 11 |
|
12 | 12 | /* Language and Environment */
|
13 |
| - "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ |
14 |
| - "lib": ["es2017", "es7", "es6", "dom"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
| 13 | + "target": "ESNext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ |
| 14 | + "lib": ["ESNext"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ |
15 | 15 | // "jsx": "preserve", /* Specify what JSX code is generated. */
|
16 | 16 | // "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
|
17 | 17 | // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
|
|
24 | 24 | // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
25 | 25 |
|
26 | 26 | /* Modules */
|
27 |
| - "module": "amd", /* Specify what module code is generated. */ |
| 27 | + "module": "ESNext", /* Specify what module code is generated. */ |
28 | 28 | // "rootDir": "./", /* Specify the root folder within your source files. */
|
29 | 29 | // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
|
30 | 30 | // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
53 | 53 | // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
|
54 | 54 | // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
|
55 | 55 | // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
|
56 |
| - "outFile": "dist/index.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ |
| 56 | + // "outFile": "dist/index.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */ |
57 | 57 | "outDir": "./dist", /* Specify an output folder for all emitted files. */
|
58 | 58 | // "removeComments": true, /* Disable emitting comments. */
|
59 | 59 | // "noEmit": true, /* Disable emitting files from a compilation. */
|
|
0 commit comments