|
1 |
| -{ |
2 |
| - "compilerOptions": { |
3 |
| - "target": "es2022", |
4 |
| - "module": "es2022", |
5 |
| - "lib": ["es2023", "dom"], |
6 |
| - "types": ["node"], |
7 |
| - "moduleResolution": "bundler", |
8 |
| - "outDir": "./dist", |
9 |
| - "rootDir": "./src", |
10 |
| - "strict": false, |
11 |
| - "esModuleInterop": true, |
12 |
| - "skipLibCheck": true, |
13 |
| - "forceConsistentCasingInFileNames": false, |
14 |
| - "allowImportingTsExtensions": true, |
15 |
| - "declaration": true, |
16 |
| - "emitDeclarationOnly": true, |
17 |
| - "resolveJsonModule": true, |
18 |
| - "noImplicitAny": false, |
19 |
| - "allowJs": true, |
20 |
| - "checkJs": false, |
21 |
| - "noEmitOnError": false, |
22 |
| - "moduleDetection": "force", |
23 |
| - "allowArbitraryExtensions": true, |
24 |
| - "typeRoots": ["./node_modules/@types", "./types"] |
25 |
| - }, |
26 |
| - "include": ["src/**/*"], |
27 |
| - "exclude": ["node_modules", "dist", "src/**/*.d.ts", "types/**/*.test.ts"] |
28 |
| -} |
| 1 | +{ |
| 2 | + "compilerOptions": { |
| 3 | + "target": "es2022", |
| 4 | + "module": "es2022", |
| 5 | + "lib": ["es2023", "dom"], |
| 6 | + "types": ["node"], |
| 7 | + "moduleResolution": "bundler", |
| 8 | + "outDir": "./dist", |
| 9 | + "rootDir": "./src", |
| 10 | + "strict": false, |
| 11 | + "esModuleInterop": true, |
| 12 | + "skipLibCheck": true, |
| 13 | + "forceConsistentCasingInFileNames": false, |
| 14 | + "allowImportingTsExtensions": true, |
| 15 | + "declaration": true, |
| 16 | + "emitDeclarationOnly": true, |
| 17 | + "resolveJsonModule": true, |
| 18 | + "noImplicitAny": false, |
| 19 | + "allowJs": true, |
| 20 | + "checkJs": false, |
| 21 | + "noEmitOnError": false, |
| 22 | + "moduleDetection": "force", |
| 23 | + "allowArbitraryExtensions": true, |
| 24 | + "typeRoots": ["./node_modules/@types", "./types"] |
| 25 | + }, |
| 26 | + "include": ["src/**/*",], |
| 27 | + "exclude": ["node_modules", "dist", "src/**/*.d.ts", "types/**/*.test.ts"] |
| 28 | +} |
0 commit comments