refactor: rely on component versions from checksums file (#1111)

This commit is contained in:
Mo
2022-06-16 11:56:32 -05:00
committed by GitHub
parent 6921c6abe1
commit dc10a5cb25
738 changed files with 389 additions and 381 deletions

View 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"]
}