mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
Manual format of tsconfig.build.json (#596)
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
+10
-30
@@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user