|
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', 'ES2021', or 'ESNEXT'. */, |
| 7 | + "target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', 'ES2021', 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. */, |
|
35 | 35 | // "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */ |
36 | 36 |
|
37 | 37 | /* Additional Checks */ |
38 | | - "noUnusedLocals": true, /* Report errors on unused locals. */ |
39 | | - "noUnusedParameters": true, /* Report errors on unused parameters. */ |
| 38 | + "noUnusedLocals": true /* Report errors on unused locals. */, |
| 39 | + "noUnusedParameters": true /* Report errors on unused parameters. */, |
40 | 40 | // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ |
41 | 41 | // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ |
42 | 42 | // "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */ |
|
0 commit comments