File tree Expand file tree Collapse file tree 6 files changed +66
-0
lines changed
ext-notebook-renderer/Source Expand file tree Collapse file tree 6 files changed +66
-0
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
+ }
You can’t perform that action at this time.
0 commit comments