|
1 | 1 | { |
2 | | - "compilerOptions": { |
3 | | - "module": "esnext", |
4 | | - "target": "es2022", |
5 | | - "moduleResolution": "node", |
6 | | - "esModuleInterop": true, |
7 | | - "isolatedModules": true, |
8 | | - "verbatimModuleSyntax": true, |
9 | | - "noEmit": true, |
10 | | - "noEmitOnError": true, |
11 | | - "forceConsistentCasingInFileNames": true, |
12 | | - "strict": true, |
13 | | - "noImplicitReturns": true, |
14 | | - "noFallthroughCasesInSwitch": true, |
15 | | - "noUnusedLocals": true, |
16 | | - "noUnusedParameters": true, |
17 | | - "noUncheckedIndexedAccess": true, |
18 | | - "resolveJsonModule": true, |
19 | | - "exactOptionalPropertyTypes": true, |
20 | | - "allowJs": false, |
21 | | - "allowUnreachableCode": false, |
22 | | - "allowUnusedLabels": false |
23 | | - } |
| 2 | + "compilerOptions": { |
| 3 | + "allowJs": false, |
| 4 | + "allowUnreachableCode": false, |
| 5 | + "allowUnusedLabels": false, |
| 6 | + "esModuleInterop": true, |
| 7 | + "exactOptionalPropertyTypes": true, |
| 8 | + "forceConsistentCasingInFileNames": true, |
| 9 | + "module": "esnext", |
| 10 | + "moduleResolution": "node", |
| 11 | + "noEmit": true, |
| 12 | + "noEmitOnError": true, |
| 13 | + "noFallthroughCasesInSwitch": true, |
| 14 | + "noImplicitReturns": true, |
| 15 | + "noUncheckedIndexedAccess": true, |
| 16 | + "noUnusedLocals": true, |
| 17 | + "noUnusedParameters": true, |
| 18 | + "resolveJsonModule": true, |
| 19 | + "strict": true, |
| 20 | + "target": "es2022", |
| 21 | + "verbatimModuleSyntax": true, |
| 22 | + "isolatedModules": true |
| 23 | + } |
24 | 24 | } |
0 commit comments