Kraft102 commited on
Commit
b69544b
·
verified ·
1 Parent(s): 802faea

Upload tsconfig.base.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tsconfig.base.json +22 -22
tsconfig.base.json CHANGED
@@ -1,22 +1,22 @@
1
- {
2
- "compilerOptions": {
3
- "target": "ES2022",
4
- "module": "NodeNext",
5
- "moduleResolution": "NodeNext",
6
- "lib": ["ES2022"],
7
- "strict": true,
8
- "esModuleInterop": true,
9
- "skipLibCheck": true,
10
- "forceConsistentCasingInFileNames": true,
11
- "resolveJsonModule": true,
12
- "declaration": true,
13
- "declarationMap": true,
14
- "sourceMap": true,
15
- "noUnusedLocals": false,
16
- "noUnusedParameters": false,
17
- "noImplicitReturns": false,
18
- "noFallthroughCasesInSwitch": true,
19
- "allowSyntheticDefaultImports": true,
20
- "isolatedModules": true
21
- }
22
- }
 
1
+ {
2
+ "compilerOptions": {
3
+ "target": "ES2022",
4
+ "module": "NodeNext",
5
+ "moduleResolution": "NodeNext",
6
+ "lib": ["ES2022"],
7
+ "strict": true,
8
+ "esModuleInterop": true,
9
+ "skipLibCheck": true,
10
+ "forceConsistentCasingInFileNames": true,
11
+ "resolveJsonModule": true,
12
+ "declaration": true,
13
+ "declarationMap": true,
14
+ "sourceMap": true,
15
+ "noUnusedLocals": false,
16
+ "noUnusedParameters": false,
17
+ "noImplicitReturns": false,
18
+ "noFallthroughCasesInSwitch": true,
19
+ "allowSyntheticDefaultImports": true,
20
+ "isolatedModules": true
21
+ }
22
+ }