|
1 | 1 | {
|
2 | 2 | "compilerOptions": {
|
3 |
| - "target": "ES2022" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */, |
4 |
| - "module": "ES2022" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, |
| 3 | + "target": "ES2022", |
| 4 | + "module": "ES2022", |
5 | 5 | "outDir": "dist",
|
6 | 6 | "lib": [
|
7 |
| - "es2020", |
8 |
| - "es2022" /* Include ES2022 library for additional features. */ |
9 |
| - ] /* Specify library files to be included in the compilation. */, |
10 |
| - "downlevelIteration": true /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */, |
11 |
| - "strict": true /* Enable all strict type-checking options. */, |
12 |
| - "moduleResolution": "bundler" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, |
13 |
| - "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, |
14 |
| - "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */, |
15 |
| - "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */, |
| 7 | + "es2022" |
| 8 | + ], |
| 9 | + "downlevelIteration": true, |
| 10 | + "strict": true, |
| 11 | + "moduleResolution": "bundler", |
| 12 | + "esModuleInterop": true, |
| 13 | + "experimentalDecorators": true, |
| 14 | + "emitDecoratorMetadata": true, |
16 | 15 | "forceConsistentCasingInFileNames": false,
|
17 | 16 | "resolveJsonModule": true,
|
18 | 17 | "types": ["vitest/globals"]
|
|
0 commit comments