File tree Expand file tree Collapse file tree 5 files changed +1
-66
lines changed
Expand file tree Collapse file tree 5 files changed +1
-66
lines changed Original file line number Diff line number Diff line change 1- {
2- "compilerOptions" : {
3- "module" : " Node16" ,
4- "target" : " ES2022" ,
5- "outDir" : " out" ,
6- "lib" : [
7- " ES2022"
8- ],
9- "sourceMap" : true ,
10- "rootDir" : " src" ,
11- "strict" : true , /* enable all strict type-checking options */
12- /* Additional Checks */
13- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
14- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
15- // "noUnusedParameters": true, /* Report errors on unused parameters. */
16- }
17- }
Original file line number Diff line number Diff line change 1- {
2- "compilerOptions" : {
3- "module" : " Node16" ,
4- "target" : " ES2022" ,
5- "lib" : [
6- " ES2022"
7- ],
8- "sourceMap" : true ,
9- "rootDir" : " src" ,
10- "strict" : true , /* enable all strict type-checking options */
11- /* Additional Checks */
12- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
13- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
14- // "noUnusedParameters": true, /* Report errors on unused parameters. */
15- }
16- }
Original file line number Diff line number Diff line change 1- {
2- "compilerOptions" : {
3- "module" : " Node16" ,
4- "target" : " ES2022" ,
5- "lib" : [
6- " ES2022"
7- ],
8- "sourceMap" : true ,
9- "rootDir" : " src" ,
10- "strict" : true , /* enable all strict type-checking options */
11- /* Additional Checks */
12- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
13- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
14- // "noUnusedParameters": true, /* Report errors on unused parameters. */
15- }
16- }
Original file line number Diff line number Diff line change 1- {
2- "compilerOptions" : {
3- "module" : " Node16" ,
4- "target" : " ES2020" ,
5- "outDir" : " dist" ,
6- "lib" : [
7- " ES2020" , " WebWorker"
8- ],
9- "sourceMap" : true ,
10- "rootDir" : " src" ,
11- "strict" : true , /* enable all strict type-checking options */
12- /* Additional Checks */
13- // "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
14- // "noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
15- // "noUnusedParameters": true, /* Report errors on unused parameters. */
16- }
17- }
Original file line number Diff line number Diff line change 77 "extends" : " @playform/build/tsconfig" ,
88 "files" : [],
99 "include" : [
10+ " src" ,
1011 " src" ,
1112 " src"
1213 ],
You can’t perform that action at this time.
0 commit comments