Files
pezkuwi-ui/tsconfig.json
T
Jaco cab6086826 Use tsconfig references (#561)
* Use tsconfig references

* Adjust

* tesconfig.eslint.json

* Bumps
2021-12-14 08:28:51 +02:00

20 lines
569 B
JSON

{
"compilerOptions": {
"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" }
]
}