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
+9
View File
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src"
},
"references": []
}