1
1
{
2
- "$schema" : " https://json.schemastore.org/tsconfig" ,
3
- "display" : " Base" ,
4
- "docs" : " https://bun.sh/docs/typescript" ,
5
-
6
- "compilerOptions" : {
7
- "target" : " ESNext" ,
8
- "lib" : [" ESNext" , " DOM" ],
9
- "module" : " ESNext" ,
10
- "moduleDetection" : " force" ,
11
- "allowJs" : true ,
12
-
13
- "moduleResolution" : " bundler" ,
14
- "allowImportingTsExtensions" : true ,
15
- "verbatimModuleSyntax" : true ,
16
- "noEmit" : true ,
17
-
18
- "strict" : true ,
19
- "skipLibCheck" : true ,
20
- "noFallthroughCasesInSwitch" : true ,
21
-
22
- "noUnusedLocals" : false ,
23
- "noUnusedParameters" : false ,
24
- "noPropertyAccessFromIndexSignature" : false
25
- }
2
+ "$schema" : " https://json.schemastore.org/tsconfig" ,
3
+ "display" : " Base" ,
4
+ "docs" : " https://bun.sh/docs/typescript" ,
5
+ "compilerOptions" : {
6
+ "target" : " ESNext" ,
7
+ "lib" : [
8
+ " ES2023" ,
9
+ " DOM"
10
+ ],
11
+ "module" : " ESNext" ,
12
+ "moduleDetection" : " force" ,
13
+ "allowJs" : true ,
14
+ "moduleResolution" : " bundler" ,
15
+ "allowImportingTsExtensions" : true ,
16
+ "verbatimModuleSyntax" : true ,
17
+ "noEmit" : true ,
18
+ "strict" : true ,
19
+ "skipLibCheck" : true ,
20
+ "noFallthroughCasesInSwitch" : true ,
21
+ "noUnusedLocals" : false ,
22
+ "noUnusedParameters" : false ,
23
+ "noPropertyAccessFromIndexSignature" : false
24
+ }
26
25
}
0 commit comments