mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 12:38:05 +00:00
Use tsconfig references (#561)
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bumps
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "."
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../reactnative-identicon" },
|
||||
{ "path": "../ui-keyring" },
|
||||
{ "path": "../ui-settings" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user