Files
phishing/tsconfig.json
T
Jaco Greeff 83e7607b1b Bump dev (#21)
* Bump dev

* 0.2

* Update docs
2020-11-11 13:21:11 +01:00

20 lines
380 B
JSON

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