mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 21:58:03 +00:00
272895d7b2
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bump deps
15 lines
304 B
JSON
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"
|
|
]
|
|
}
|
|
}
|