mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Reference other tsconfigs so VS Code knows about everything
This commit is contained in:
parent
b363355543
commit
ee228bfd7f
2 changed files with 8 additions and 1 deletions
|
|
@ -16,7 +16,9 @@
|
||||||
"inlineSources": true,
|
"inlineSources": true,
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"useDefineForClassFields": false
|
"emitDecoratorMetadata": true,
|
||||||
|
"useDefineForClassFields": false,
|
||||||
|
"composite": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/client/**/*"
|
"src/client/**/*"
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
|
"useDefineForClassFields": false,
|
||||||
"typeRoots": ["./node_modules/@types"]
|
"typeRoots": ["./node_modules/@types"]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
@ -29,5 +30,9 @@
|
||||||
"dist",
|
"dist",
|
||||||
"public",
|
"public",
|
||||||
"src/client/**/*"
|
"src/client/**/*"
|
||||||
|
],
|
||||||
|
"references": [
|
||||||
|
{ "path": "./tsconfig.client.json" },
|
||||||
|
{ "path": "./tsconfig.sw.json" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue