Add tsconfig.build (#591)

This commit is contained in:
Jaco
2022-01-11 08:03:28 +01:00
committed by GitHub
parent 5caa168bf7
commit 3951fa7499
6 changed files with 89 additions and 75 deletions
+8 -13
View File
@@ -1,18 +1,13 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true
"baseUrl": "./packages",
"composite": false
},
"files": [],
"references": [
{ "path": "./packages/example-react" },
{ "path": "./packages/example-vue" },
{ "path": "./packages/react-identicon" },
{ "path": "./packages/react-qr" },
{ "path": "./packages/reactnative-identicon" },
{ "path": "./packages/ui-assets" },
{ "path": "./packages/ui-keyring" },
{ "path": "./packages/ui-settings" },
{ "path": "./packages/ui-shared" },
{ "path": "./packages/vue-identicon" }
"include": [
"packages/**/src/**/*"
],
"exclude": [
"**/node_modules/**/*"
]
}