Files
pezkuwi-ui/tsconfig.json
T
Jaco 2af291057a Remove RN example app (no maintainer) (#566)
* Remove RN example app (no maintainer)

* Adjust tsconfig.json

* yarn.lock
2021-12-21 17:44:30 +02:00

19 lines
520 B
JSON

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