refactor: rely on component versions from checksums file (#1111)
This commit is contained in:
11
packages/components/tsconfig.json
Normal file
11
packages/components/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "../../UILib.tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"rootDir": "src",
|
||||
"outDir": "dist",
|
||||
"emitDeclarationOnly": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["dist", "node_modules", "src/packages"]
|
||||
}
|
||||
Reference in New Issue
Block a user