mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 20:48:04 +00:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"extends": "@polkadot/dev/config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"paths": {
|
|
"@polkadot/phishing": ["phishing/src"],
|
|
"@polkadot/phishing/*": ["phishing/src/*"]
|
|
},
|
|
"skipLibCheck": true
|
|
}
|
|
}
|