File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "extends" : " ./tsconfig.src.json" ,
3+ "references" : [{ "path" : " ../effect-mongodb/tsconfig.build.json" }],
34 "compilerOptions" : {
45 "tsBuildInfoFile" : " .tsbuildinfo/build.tsbuildinfo" ,
56 "outDir" : " build/esm" ,
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../../tsconfig.base.json" ,
33 "include" : [" src" ],
4+ "references" : [{ "path" : " ../effect-mongodb" }],
45 "compilerOptions" : {
56 "tsBuildInfoFile" : " .tsbuildinfo/src.tsbuildinfo" ,
67 "rootDir" : " src" ,
Original file line number Diff line number Diff line change 22 "extends" : " ../../tsconfig.base.json" ,
33 "include" : [" test" ],
44 "references" : [
5- {"path" : " tsconfig.src.json" }
5+ { "path" : " tsconfig.src.json" },
6+ { "path" : " ../effect-mongodb" }
67 ],
78 "compilerOptions" : {
89 "tsBuildInfoFile" : " .tsbuildinfo/test.tsbuildinfo" ,
You can’t perform that action at this time.
0 commit comments