|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/tsconfig", |
3 | 3 | "compilerOptions": { |
4 | | - "composite": false, |
5 | | - "declaration": true, |
6 | | - "declarationMap": true, |
7 | | - "esModuleInterop": true, |
8 | | - "forceConsistentCasingInFileNames": true, |
9 | | - "inlineSources": false, |
10 | | - "isolatedModules": true, |
11 | | - "module": "ESNext", |
12 | | - "moduleResolution": "node", |
13 | | - "noFallthroughCasesInSwitch": true, |
14 | | - "noUnusedLocals": true, |
15 | | - "noUnusedParameters": true, |
16 | | - "outDir": "./dist", |
17 | | - "preserveWatchOutput": true, |
18 | | - "skipLibCheck": true, |
19 | | - "strict": true, |
20 | | - "target": "ESNext" |
| 4 | + "composite": false, |
| 5 | + "declaration": true, |
| 6 | + "declarationMap": true, |
| 7 | + "esModuleInterop": true, |
| 8 | + "forceConsistentCasingInFileNames": true, |
| 9 | + "inlineSources": false, |
| 10 | + "isolatedModules": true, |
| 11 | + "module": "ESNext", |
| 12 | + "moduleResolution": "node", |
| 13 | + "noFallthroughCasesInSwitch": true, |
| 14 | + "noUnusedLocals": true, |
| 15 | + "noUnusedParameters": true, |
| 16 | + "outDir": "./dist", |
| 17 | + "preserveWatchOutput": true, |
| 18 | + "skipLibCheck": true, |
| 19 | + "strict": true, |
| 20 | + "target": "ESNext" |
21 | 21 | }, |
22 | 22 | "exclude": ["node_modules"], |
23 | 23 | "include": ["src", "test"] |
|
0 commit comments