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
+18
View File
@@ -0,0 +1,18 @@
{
"compilerOptions": {
"composite": true
},
"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" }
]
}