mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
Use tsconfig references (#561)
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bumps
This commit is contained in:
+16
-7
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"exclude": [
|
||||
"build/**/*",
|
||||
"**/build/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./packages"
|
||||
}
|
||||
"composite": true
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/example-react" },
|
||||
{ "path": "./packages/example-vue" },
|
||||
{ "path": "./packages/exampleReactNative" },
|
||||
{ "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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user