|
4 | 4 |
|
5 | 5 | /* Basic Options */
|
6 | 6 | // "incremental": true, /* Enable incremental compilation */
|
7 |
| - "target": "ESNEXT", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
| 7 | + "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
8 | 8 | // "module": "", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
|
9 | 9 | "lib": ["es6", "dom", "esnext"], /* Specify library files to be included in the compilation. */
|
10 | 10 | // "allowJs": true, /* Allow javascript files to be compiled. */
|
|
14 | 14 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
15 | 15 | "sourceMap": true, /* Generates corresponding '.map' file. */
|
16 | 16 | // "outFile": "./", /* Concatenate and emit output to single file. */
|
17 |
| - "outDir": "src/js", /* Redirect output structure to the directory. */ |
| 17 | + // "outDir": "src/js", /* Redirect output structure to the directory. */ |
18 | 18 | "rootDir": "src/ts", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
19 | 19 | // "composite": true, /* Enable project compilation */
|
20 | 20 | // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
|
|
0 commit comments