File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "baseUrl" : " ." ,
4- "inlineSourceMap" : true ,
5- "inlineSources" : true ,
6- "module" : " ESNext" ,
7- "target" : " ES2023" ,
8- "allowJs" : true ,
9- "noImplicitAny" : true ,
10- "moduleResolution" : " node" ,
11- "importHelpers" : true ,
12- "isolatedModules" : true ,
13- "strictNullChecks" : true ,
14- "esModuleInterop" : true ,
15- "types" : [" obsidian-typings" ],
16- "lib" : [
17- " DOM" ,
18- " ES5" ,
19- " ES6" ,
20- " ES7" ,
21- " ES2023" ,
22- " DOM.Iterable" ,
23- " DOM.AsyncIterable"
24- ]
25- },
26- "include" : [" src/**/*" , " main.ts" ]
2+ "compilerOptions" : {
3+ "baseUrl" : " ." ,
4+ "inlineSourceMap" : true ,
5+ "inlineSources" : true ,
6+ "module" : " ESNext" ,
7+ "target" : " ES2023" ,
8+ "allowJs" : true ,
9+ "noImplicitAny" : true ,
10+ "moduleResolution" : " node" ,
11+ "importHelpers" : true ,
12+ "isolatedModules" : true ,
13+ "strictNullChecks" : true ,
14+ "esModuleInterop" : true ,
15+ "types" : [" obsidian-typings" ],
16+ "lib" : [
17+ " DOM" ,
18+ " ES5" ,
19+ " ES6" ,
20+ " ES7" ,
21+ " ES2023" ,
22+ " DOM.Iterable" ,
23+ " DOM.AsyncIterable"
24+ ]
25+ },
26+ "include" : [" src/**/*" , " main.ts" ]
2727}
You can’t perform that action at this time.
0 commit comments