|
3 | 3 | /* Basic Options */
|
4 | 4 | // "incremental": true, /* Enable incremental compilation */
|
5 | 5 | "target": "es6", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
|
6 |
| - "module": "es2015", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ |
| 6 | + "module": "es2015", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', 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. */
|
|
12 | 12 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
13 | 13 | // "sourceMap": true, /* Generates corresponding '.map' file. */
|
14 | 14 | // "outFile": "./", /* Concatenate and emit output to single file. */
|
15 |
| - "outDir": "./public", /* Redirect output structure to the directory. */ |
| 15 | + "outDir": "./public", /* Redirect output structure to the directory. */ |
16 | 16 | "rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
17 | 17 | // "composite": true, /* Enable project compilation */
|
18 | 18 | // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */
|
|
0 commit comments