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
+1 -1
View File
@@ -34,7 +34,7 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.7", "@babel/core": "^7.16.7",
"@babel/runtime": "^7.16.7", "@babel/runtime": "^7.16.7",
"@polkadot/dev": "^0.65.27", "@polkadot/dev": "^0.65.31",
"@polkadot/x-bundle": "^8.3.1", "@polkadot/x-bundle": "^8.3.1",
"@types/jest": "^27.4.0", "@types/jest": "^27.4.0",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
@@ -6,7 +6,11 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../ui-shared" }, {
{ "path": "../ui-settings" } "path": "../react-identicon/tsconfig.build.json"
},
{
"path": "../ui-keyring/tsconfig.build.json"
}
] ]
} }
@@ -6,7 +6,11 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../ui-keyring" }, {
{ "path": "../vue-identicon" } "path": "../ui-keyring/tsconfig.build.json"
},
{
"path": "../vue-identicon/tsconfig.build.json"
}
] ]
} }
@@ -6,7 +6,11 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../react-identicon" }, {
{ "path": "../ui-keyring" } "path": "../ui-shared/tsconfig.build.json"
},
{
"path": "../ui-settings/tsconfig.build.json"
}
] ]
} }
@@ -6,6 +6,8 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../ui-shared" } {
"path": "../ui-settings/tsconfig.build.json"
}
] ]
} }
@@ -6,6 +6,8 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../ui-shared" } {
"path": "../ui-shared/tsconfig.build.json"
}
] ]
} }
@@ -6,6 +6,8 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../ui-settings" } {
"path": "../ui-settings/tsconfig.build.json"
}
] ]
} }
@@ -6,6 +6,8 @@
"rootDir": "./src" "rootDir": "./src"
}, },
"references": [ "references": [
{ "path": "../ui-settings" } {
"path": "../ui-shared/tsconfig.build.json"
}
] ]
} }
+30 -10
View File
@@ -4,15 +4,35 @@
}, },
"files": [], "files": [],
"references": [ "references": [
{ "path": "./packages/example-react" }, {
{ "path": "./packages/example-vue" }, "path": "./packages/example-react/tsconfig.build.json"
{ "path": "./packages/react-identicon" }, },
{ "path": "./packages/react-qr" }, {
{ "path": "./packages/reactnative-identicon" }, "path": "./packages/example-vue/tsconfig.build.json"
{ "path": "./packages/ui-assets" }, },
{ "path": "./packages/ui-keyring" }, {
{ "path": "./packages/ui-settings" }, "path": "./packages/react-identicon/tsconfig.build.json"
{ "path": "./packages/ui-shared" }, },
{ "path": "./packages/vue-identicon" } {
"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"
}
] ]
} }
+10 -10
View File
@@ -1453,9 +1453,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@babel/register@npm:^7.0.0, @babel/register@npm:^7.16.8": "@babel/register@npm:^7.0.0, @babel/register@npm:^7.16.9":
version: 7.16.8 version: 7.16.9
resolution: "@babel/register@npm:7.16.8" resolution: "@babel/register@npm:7.16.9"
dependencies: dependencies:
clone-deep: ^4.0.1 clone-deep: ^4.0.1
find-cache-dir: ^2.0.0 find-cache-dir: ^2.0.0
@@ -1464,7 +1464,7 @@ __metadata:
source-map-support: ^0.5.16 source-map-support: ^0.5.16
peerDependencies: peerDependencies:
"@babel/core": ^7.0.0-0 "@babel/core": ^7.0.0-0
checksum: e6b53de9eff3766cf62397561d3250c1c9da0cd67c5879c439140c42cf5a0a017b69025ec526c015af0b5ae7a50f7df61415be68ff6bb0af78af99a58ba59f85 checksum: bbe9552c9e5816aec2bf7d899b43f95fd649714f38d14de48f42c895cc9ef65708f1359f393c235d5f02224c115544aeeb174495682a07734cdf9484ed2e6175
languageName: node languageName: node
linkType: hard linkType: hard
@@ -2137,9 +2137,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"@polkadot/dev@npm:^0.65.27": "@polkadot/dev@npm:^0.65.31":
version: 0.65.27 version: 0.65.31
resolution: "@polkadot/dev@npm:0.65.27" resolution: "@polkadot/dev@npm:0.65.31"
dependencies: dependencies:
"@babel/cli": ^7.16.8 "@babel/cli": ^7.16.8
"@babel/core": ^7.16.7 "@babel/core": ^7.16.7
@@ -2155,7 +2155,7 @@ __metadata:
"@babel/preset-env": ^7.16.8 "@babel/preset-env": ^7.16.8
"@babel/preset-react": ^7.16.7 "@babel/preset-react": ^7.16.7
"@babel/preset-typescript": ^7.16.7 "@babel/preset-typescript": ^7.16.7
"@babel/register": ^7.16.8 "@babel/register": ^7.16.9
"@babel/runtime": ^7.16.7 "@babel/runtime": ^7.16.7
"@rollup/plugin-alias": ^3.1.9 "@rollup/plugin-alias": ^3.1.9
"@rollup/plugin-commonjs": ^21.0.1 "@rollup/plugin-commonjs": ^21.0.1
@@ -2225,7 +2225,7 @@ __metadata:
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
checksum: cbd5d65a9d7fa78c1a8e5a214b5fbf7e2e2286fe35c16780f8dd069076adbf0c91dca647ba9d83c62e78b527df1b669528c2c3b8683e0c0711cbdfa47b3830f3 checksum: 8c2b24fa398aee60ba0ffa72c9d0c7964b565e94702511b24d52189c36d3703c3b325080384bcca29c85ad5b5e7057131d42b91e566df6fef5783af8ed8298bf
languageName: node languageName: node
linkType: hard linkType: hard
@@ -13082,7 +13082,7 @@ resolve@^2.0.0-next.3:
dependencies: dependencies:
"@babel/core": ^7.16.7 "@babel/core": ^7.16.7
"@babel/runtime": ^7.16.7 "@babel/runtime": ^7.16.7
"@polkadot/dev": ^0.65.27 "@polkadot/dev": ^0.65.31
"@polkadot/x-bundle": ^8.3.1 "@polkadot/x-bundle": ^8.3.1
"@types/jest": ^27.4.0 "@types/jest": ^27.4.0
babel-loader: ^8.2.3 babel-loader: ^8.2.3