|
2 | 2 | "compilerOptions": { |
3 | 3 | /* Basic Options */ |
4 | 4 | // "incremental": true, /* Enable incremental compilation */ |
5 | | - "target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
6 | | - "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */ |
| 5 | + "target": "ES2020", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */ |
| 6 | + "module": "es2020", /* 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 | | - // "checkJs": true, /* Report errors in .js files. */ |
| 9 | + // "checkJs": true, /* Report errors in .js files. */ |
10 | 10 | // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ |
11 | 11 | "declaration": true, /* Generates corresponding '.d.ts' file. */ |
12 | 12 | // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ |
|
0 commit comments