🚧 Use TS project references
This commit is contained in:
17
packages/theme/tsconfig.json
Normal file
17
packages/theme/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../tsconfig/base.json",
|
||||
"include": [
|
||||
"**/*.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../lib"
|
||||
},
|
||||
{
|
||||
"path": "../schemas"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user