File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "target" : " ES2020" ,
44 "module" : " ES2020" ,
55 "moduleResolution" : " node" ,
6- "outDir" : " ./dist" ,
7- "rootDir" : " ./src " ,
6+ "outDir" : " .. /dist" ,
7+ "rootDir" : " ." ,
88 "strict" : true ,
99 "esModuleInterop" : true ,
1010 "skipLibCheck" : true ,
1111 "forceConsistentCasingInFileNames" : true ,
1212 "resolveJsonModule" : true ,
13- "declaration" : true ,
14- "types" : [" node" ]
13+ "declaration" : true
1514 },
16- "include" : [" src/**/* " , " test /**/*" ],
17- "exclude" : [" node_modules" , " dist " ]
15+ "include" : [" . /**/*" ],
16+ "exclude" : [" node_modules" ]
1817}
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../src/tsconfig.json" ,
3+ "compilerOptions" : {
4+ "rootDir" : " .." ,
5+ "outDir" : " ../dist-test" ,
6+ "declaration" : false ,
7+ "types" : [" node" ]
8+ },
9+ "include" : [" ./**/*" ],
10+ "exclude" : [" node_modules" ]
11+ }
You can’t perform that action at this time.
0 commit comments