mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-08 11:45:58 +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,
|
||||
"declaration": false,
|
||||
"experimentalDecorators": true,
|
||||
"useDefineForClassFields": false
|
||||
"emitDecoratorMetadata": true,
|
||||
"useDefineForClassFields": false,
|
||||
"composite": true
|
||||
},
|
||||
"include": [
|
||||
"src/client/**/*"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
"declaration": false,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"useDefineForClassFields": false,
|
||||
"typeRoots": ["./node_modules/@types"]
|
||||
},
|
||||
"include": [
|
||||
|
|
@ -29,5 +30,9 @@
|
|||
"dist",
|
||||
"public",
|
||||
"src/client/**/*"
|
||||
],
|
||||
"references": [
|
||||
{ "path": "./tsconfig.client.json" },
|
||||
{ "path": "./tsconfig.sw.json" }
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue