|
4 | 4 |
|
5 | 5 | /* Basic Options */
|
6 | 6 | // "incremental": true, /* Enable incremental compilation */
|
7 |
| - "target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
| 7 | + "target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
8 | 8 | "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
|
9 | 9 | // "lib": [], /* 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": "./dist", /* Redirect output structure to the directory. */ |
| 17 | + "outDir": "./dist", /* Redirect output structure to the directory. */ |
18 | 18 | // "rootDir": "./", /* 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 */
|
|
66 | 66 | /* Advanced Options */
|
67 | 67 | "skipLibCheck": true, /* Skip type checking of declaration files. */
|
68 | 68 | "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
69 |
| - } |
| 69 | + }, |
| 70 | + "exclude": ["node_modules"] |
70 | 71 | }
|
0 commit comments