polkadot-js/api

View on GitHub
packages/api-augment/tsconfig.build.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "baseUrl": "..",
    "outDir": "./build",
    "rootDir": "./src"
  },
  "exclude": [
    "**/*.spec.ts",
    "**/mod.ts",
    "**/kusama/*.ts",
    "**/polkadot/*.ts"
  ],
  "references": [
    { "path": "../api-base/tsconfig.build.json" },
    { "path": "../rpc-augment/tsconfig.build.json" },
    { "path": "../types/tsconfig.build.json" },
    { "path": "../types-codec/tsconfig.build.json" },
    { "path": "../types-augment/tsconfig.build.json" }
  ]
}