Use tsconfig references (#802)

* Use tsconfig references

* Adjust

* tesconfig.eslint.json

* Bump deps
This commit is contained in:
Jaco
2021-12-14 07:23:07 +01:00
committed by GitHub
parent 6aec4b2853
commit 272895d7b2
8 changed files with 674 additions and 651 deletions
+4 -5
View File
@@ -1,15 +1,14 @@
{
"extends": "@polkadot/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"paths": {
"compilerOptions": {
"composite": true,
"paths": {
"@polkadot/phishing": ["phishing/src"],
"@polkadot/phishing/*": ["phishing/src/*"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@types"
]
}
}
}