Files
phishing/tsconfig.base.json
T
Jaco 272895d7b2 Use tsconfig references (#802)
* Use tsconfig references

* Adjust

* tesconfig.eslint.json

* Bump deps
2021-12-14 08:23:07 +02:00

15 lines
304 B
JSON

{
"extends": "@polkadot/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"paths": {
"@polkadot/phishing": ["phishing/src"],
"@polkadot/phishing/*": ["phishing/src/*"]
},
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@types"
]
}
}