polkadot-js/ts

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
"extends": "@polkadot/dev/config/tsconfig.json",
"exclude": [
"build/**/*",
"**/build/**/*"
],
"compilerOptions": {
"emitDeclarationOnly": false,
"skipLibCheck": true,
"typeRoots": [
"./types",
"./node_modules/@types"
]
}
}