polkadot-js/apps

View on GitHub
packages/page-contracts/tsconfig.build.json

Summary

Maintainability
Test Coverage
{
  "extends": "../../tsconfig.base.json",
  "compilerOptions": {
    "baseUrl": "..",
    "outDir": "./build",
    "rootDir": "./src"
  },
  "references": [
    { "path": "../react-api/tsconfig.xref.json" },
    { "path": "../react-components/tsconfig.build.json" },
    { "path": "../react-hooks/tsconfig.build.json" },
    { "path": "../react-params/tsconfig.build.json" }
  ]
}