Use tsconfig references (#561)

* Use tsconfig references

* Adjust

* tesconfig.eslint.json

* Bumps
This commit is contained in:
Jaco
2021-12-14 07:28:51 +01:00
committed by GitHub
parent 1cc9fb245f
commit cab6086826
28 changed files with 848 additions and 704 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
{
"extends": "@polkadot/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"paths": {
"compilerOptions": {
"composite": true,
"paths": {
"@polkadot/react-identicon": [ "react-identicon/src" ],
"@polkadot/react-identicon/*": [ "react-identicon/src/*" ],
"@polkadot/react-qr": [ "react-qr/src" ],
@@ -25,5 +25,5 @@
"./node_modules/@polkadot/ts",
"./node_modules/@types"
]
}
}
}