File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 }
4242 },
4343 "unit-test" : {},
44+ "build" : {},
45+ "lint" : {},
46+ "unit-test" : {},
4447 "int-test" : {
4548 "cache" : true ,
4649 "outputs" : [" {workspaceRoot}/coverage/{projectName}/int-tests/lcov.info" ],
Original file line number Diff line number Diff line change 88 "noPropertyAccessFromIndexSignature" : true ,
99 "noImplicitReturns" : true ,
1010 "noFallthroughCasesInSwitch" : true ,
11- "types" : [" vitest" ]
11+ "types" : [" vitest" ],
12+ "rootDir" : " .."
1213 },
1314 "files" : [],
1415 "include" : [],
1819 },
1920 {
2021 "path" : " ./tsconfig.test.json"
22+ },
23+ {
24+ "path" : " ../test-utils/tsconfig.lib.json"
2125 }
2226 ]
2327}
Original file line number Diff line number Diff line change 22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../dist/out-tsc" ,
5+ "rootDir" : " ../../" ,
56 "declaration" : true ,
67 "types" : [" node" ]
78 },
Original file line number Diff line number Diff line change 77 "noImplicitOverride" : true ,
88 "noPropertyAccessFromIndexSignature" : true ,
99 "noImplicitReturns" : true ,
10- "noFallthroughCasesInSwitch" : true
10+ "noFallthroughCasesInSwitch" : true ,
11+ "rootDir" : " .."
1112 },
1213 "files" : [],
1314 "include" : [],
1718 },
1819 {
1920 "path" : " ./tsconfig.test.json"
21+ },
22+ {
23+ "path" : " ../test-utils/tsconfig.lib.json"
2024 }
2125 ]
2226}
Original file line number Diff line number Diff line change 22 "extends" : " ./tsconfig.json" ,
33 "compilerOptions" : {
44 "outDir" : " ../dist/out-tsc" ,
5+ "rootDir" : " ../../" ,
56 "declaration" : true ,
67 "types" : [" node" ]
78 },
Original file line number Diff line number Diff line change 33 "compilerOptions" : {
44 "outDir" : " ../dist/out-tsc" ,
55 "declaration" : true ,
6+ "composite" : true ,
67 "types" : [" node" ]
78 },
89 "include" : [" src/**/*.ts" ],
You can’t perform that action at this time.
0 commit comments