|
1 |
| -// { |
2 |
| -// "extends": "@toruslabs/config/tsconfig.default.json", |
3 |
| -// "include": ["src", "test"], |
4 |
| -// "compilerOptions": {}, |
5 |
| -// "ts-node": { |
6 |
| -// "compilerOptions": { |
7 |
| -// "module": "CommonJS", |
8 |
| -// "target": "ES2015", |
9 |
| -// } |
10 |
| -// } |
11 |
| -// } |
12 |
| - |
13 | 1 | {
|
14 |
| - "$schema": "https://json.schemastore.org/tsconfig", |
15 |
| - "compilerOptions": { |
16 |
| - "moduleResolution": "bundler", |
17 |
| - "strict": true, |
18 |
| - "module": "esnext", |
19 |
| - "target": "esnext", |
20 |
| - "lib": ["ES2022", "DOM", "DOM.Iterable"], |
21 |
| - "sourceMap": true, |
22 |
| - "esModuleInterop": true, |
23 |
| - "noImplicitThis": true, |
24 |
| - "declaration": true, |
25 |
| - "allowSyntheticDefaultImports": true, |
26 |
| - "resolveJsonModule": true, |
27 |
| - "noUncheckedIndexedAccess": true, |
28 |
| - "noUnusedLocals": true, |
29 |
| - "noUnusedParameters": true, |
30 |
| - "isolatedModules": true, |
31 |
| - "noImplicitAny": true, |
32 |
| - "strictNullChecks": false, |
33 |
| - "skipLibCheck": true |
34 |
| - }, |
35 |
| - "ts-node": { |
36 |
| - "compilerOptions": { |
37 |
| - "module": "CommonJS", |
38 |
| - "target": "ES2015" |
39 |
| - } |
40 |
| - } |
| 2 | + "extends": "@toruslabs/config/tsconfig.default.json", |
| 3 | + "include": ["src", "test"], |
| 4 | + "compilerOptions": {} |
41 | 5 | }
|
0 commit comments