File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 88 "experimentalDecorators" : true ,
99 "emitDecoratorMetadata" : true ,
1010 "outDir" : " dist" ,
11- "rootDir " : " ." ,
11+ "baseUrl " : " ." ,
1212 "esModuleInterop" : true ,
1313 "skipLibCheck" : true ,
1414 "strict" : true ,
1919 "inlineSources" : true ,
2020 "resolveJsonModule" : true
2121 },
22- "include" : [" src/**/*" , " index.js" ]
22+ "include" : [" index.js" , " src" ],
23+ "exclude" : [" ../frontend" ]
2324}
Original file line number Diff line number Diff line change 2424 "baseUrl" : " ." ,
2525 "types" : [" node" ],
2626 "paths" : {
27- "@/*" : [" ./ src/*" ]
27+ "@/*" : [" src/*" ]
2828 }
2929 },
30+ "references" : [{ "path" : " ./tsconfig.node.json" }],
3031 "include" : [" src" ],
31- "references " : [{ "path" : " ./tsconfig.node.json " } ]
32+ "exclude " : [" ../backend " ]
3233}
Original file line number Diff line number Diff line change 77 "experimentalDecorators" : true ,
88 "emitDecoratorMetadata" : true ,
99 "outDir" : " dist" ,
10- "rootDir " : " ." ,
10+ "baseUrl " : " ." ,
1111 "esModuleInterop" : true ,
1212 "skipLibCheck" : true ,
1313 "strict" : true ,
1717 "sourceRoot" : " /" ,
1818 "inlineSources" : true ,
1919 "resolveJsonModule" : true
20- },
21- "include" : [" **/*.ts" ]
20+ }
2221}
You can’t perform that action at this time.
0 commit comments