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
@@ -32,10 +32,10 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@polkadot/dev": "^0.63.40",
"@polkadot/ts": "^0.4.19",
"@babel/core": "^7.16.5",
"@babel/runtime": "^7.16.5",
"@polkadot/dev": "^0.64.3",
"@polkadot/ts": "^0.4.20",
"@polkadot/x-bundle": "^8.1.2",
"@types/jest": "^27.0.3",
"babel-loader": "^8.2.3",