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
@@ -6,7 +6,11 @@
"rootDir": "./src"
},
"references": [
{ "path": "../react-identicon" },
{ "path": "../ui-keyring" }
{
"path": "../react-identicon/tsconfig.build.json"
},
{
"path": "../ui-keyring/tsconfig.build.json"
}
]
}