Manual format of tsconfig.build.json (#596)

This commit is contained in:
Jaco
2022-01-14 11:17:51 +01:00
committed by GitHub
parent 3d4aed84ae
commit 8429133ad1
8 changed files with 20 additions and 60 deletions
+2 -6
View File
@@ -6,11 +6,7 @@
"rootDir": "./src"
},
"references": [
{
"path": "../react-identicon/tsconfig.build.json"
},
{
"path": "../ui-keyring/tsconfig.build.json"
}
{ "path": "../react-identicon/tsconfig.build.json" },
{ "path": "../ui-keyring/tsconfig.build.json" }
]
}