Align tsconfig.build.json with other polkadot-js (#594)

This commit is contained in:
Jaco
2022-01-12 10:16:18 +01:00
committed by GitHub
parent b5c6468f17
commit 1c9b7d7f36
13 changed files with 71 additions and 31 deletions
@@ -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"
}
]
}