Files
phishing/tsconfig.json
T
2020-10-12 12:36:14 +02:00

20 lines
390 B
JSON

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