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" }
]
}
+2 -6
View File
@@ -6,11 +6,7 @@
"rootDir": "./src"
},
"references": [
{
"path": "../ui-keyring/tsconfig.build.json"
},
{
"path": "../vue-identicon/tsconfig.build.json"
}
{ "path": "../ui-keyring/tsconfig.build.json" },
{ "path": "../vue-identicon/tsconfig.build.json" }
]
}
+2 -6
View File
@@ -6,11 +6,7 @@
"rootDir": "./src"
},
"references": [
{
"path": "../ui-shared/tsconfig.build.json"
},
{
"path": "../ui-settings/tsconfig.build.json"
}
{ "path": "../ui-shared/tsconfig.build.json" },
{ "path": "../ui-settings/tsconfig.build.json" }
]
}
+1 -3
View File
@@ -6,8 +6,6 @@
"rootDir": "./src"
},
"references": [
{
"path": "../ui-settings/tsconfig.build.json"
}
{ "path": "../ui-settings/tsconfig.build.json" }
]
}
@@ -6,8 +6,6 @@
"rootDir": "./src"
},
"references": [
{
"path": "../ui-shared/tsconfig.build.json"
}
{ "path": "../ui-shared/tsconfig.build.json" }
]
}
+1 -3
View File
@@ -6,8 +6,6 @@
"rootDir": "./src"
},
"references": [
{
"path": "../ui-settings/tsconfig.build.json"
}
{ "path": "../ui-settings/tsconfig.build.json" }
]
}
+1 -3
View File
@@ -6,8 +6,6 @@
"rootDir": "./src"
},
"references": [
{
"path": "../ui-shared/tsconfig.build.json"
}
{ "path": "../ui-shared/tsconfig.build.json" }
]
}
+10 -30
View File
@@ -4,35 +4,15 @@
},
"files": [],
"references": [
{
"path": "./packages/example-react/tsconfig.build.json"
},
{
"path": "./packages/example-vue/tsconfig.build.json"
},
{
"path": "./packages/react-identicon/tsconfig.build.json"
},
{
"path": "./packages/react-qr/tsconfig.build.json"
},
{
"path": "./packages/reactnative-identicon/tsconfig.build.json"
},
{
"path": "./packages/ui-assets/tsconfig.build.json"
},
{
"path": "./packages/ui-keyring/tsconfig.build.json"
},
{
"path": "./packages/ui-settings/tsconfig.build.json"
},
{
"path": "./packages/ui-shared/tsconfig.build.json"
},
{
"path": "./packages/vue-identicon/tsconfig.build.json"
}
{ "path": "./packages/example-react/tsconfig.build.json" },
{ "path": "./packages/example-vue/tsconfig.build.json" },
{ "path": "./packages/react-identicon/tsconfig.build.json" },
{ "path": "./packages/react-qr/tsconfig.build.json" },
{ "path": "./packages/reactnative-identicon/tsconfig.build.json" },
{ "path": "./packages/ui-assets/tsconfig.build.json" },
{ "path": "./packages/ui-keyring/tsconfig.build.json" },
{ "path": "./packages/ui-settings/tsconfig.build.json" },
{ "path": "./packages/ui-shared/tsconfig.build.json" },
{ "path": "./packages/vue-identicon/tsconfig.build.json" }
]
}