Files
trackgo-fe/apps/desktop/tsconfig.json
T

12 lines
219 B
JSON

{
"compilerOptions": {
"composite": true
},
"references": [
{ "path": "./tsconfig.main.json" },
{ "path": "./tsconfig.preload.json" },
{ "path": "./tsconfig.renderer.json" }
],
"include": []
}