Files
phishing/tsconfig.json
T
2020-09-21 14:59:46 +02:00

17 lines
258 B
JSON

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