polkadot-js/client

View on GitHub
tsconfig.eslint.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "exclude": [
    "build",
    "packages/*/build"
  ],
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true
  }
}