[ts] stop building @types packages in bootstrap

This commit is contained in:
spalger 2022-10-28 09:33:05 -05:00
parent 260d4855ff
commit e5d186a6f0
No known key found for this signature in database
97 changed files with 1581 additions and 3286 deletions

View file

@ -0,0 +1,16 @@
{
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./target/types"
},
"include": [
"**/*.ts",
"**/*.tsx",
],
"exclude": [
"./target"
],
"references": [
{ "path": "../../../../../src/core/tsconfig.json" }
]
}