mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 07:58:03 +00:00
Align tsconfig.build.json with other polkadot-js (#594)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../react-identicon/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../ui-keyring/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user