mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-21 23:48:01 +00:00
21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"extends": "@polkadot/dev/config/tsconfig.json",
|
|
"exclude": [
|
|
"build/**/*",
|
|
"**/build/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths":
|
|
{
|
|
"@polkadot/phishing": ["packages/phishing/src"],
|
|
"@polkadot/phishing/*": ["packages/phishing/src/*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
}
|
|
}
|