This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-31
lines changed
Expand file tree Collapse file tree 3 files changed +22
-31
lines changed Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig.base.json" ,
23 "compilerOptions" : {
3- "target" : " ES2017" ,
4- "lib" : [" ES2019" , " DOM" ],
5- "module" : " commonjs" ,
6- "moduleResolution" : " node" ,
7- "strict" : false ,
8- "declaration" : true ,
9- "declarationMap" : true ,
10- "sourceMap" : true ,
11- "composite" : true ,
12- "inlineSources" : true ,
13- "types" : [" node" , " jest" ],
14- "allowSyntheticDefaultImports" : true ,
15- "esModuleInterop" : true ,
164 "rootDir" : " ." ,
17- "outDir" : " dist" ,
18- "skipLibCheck" : true
5+ "outDir" : " dist"
196 },
207 "include" : [" src/**/*.ts" , " test/**/*.ts" ]
218}
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig.base.json" ,
23 "compilerOptions" : {
3- "target" : " ES2017" ,
4- "lib" : [" ES2019" , " DOM" ],
5- "module" : " commonjs" ,
6- "moduleResolution" : " node" ,
7- "strict" : false ,
8- "declaration" : true ,
9- "declarationMap" : true ,
10- "sourceMap" : true ,
11- "composite" : true ,
12- "inlineSources" : true ,
13- "types" : [" node" , " jest" ],
14- "allowSyntheticDefaultImports" : true ,
15- "esModuleInterop" : true ,
164 "rootDir" : " ." ,
17- "outDir" : " dist" ,
18- "skipLibCheck" : true
5+ "outDir" : " dist"
196 },
207 "include" : [" src/**/*.ts" , " test/**/*.ts" ]
21- }
8+ }
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "target" : " ES2017" ,
4+ "lib" : [" ES2019" , " DOM" ],
5+ "module" : " commonjs" ,
6+ "moduleResolution" : " node" ,
7+ "strict" : false ,
8+ "declaration" : true ,
9+ "declarationMap" : true ,
10+ "sourceMap" : true ,
11+ "composite" : true ,
12+ "inlineSources" : true ,
13+ "types" : [" node" , " jest" ],
14+ "allowSyntheticDefaultImports" : true ,
15+ "esModuleInterop" : true
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments