vitorsalgado/react-web-starter

View on GitHub
tsconfig.build.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "exclude": [
    "/jest.config.ts/",
    "dist",
    "node_modules",
    "test",
    "**/*.spec.ts",
    "**/*.spec.js",
    "*.spec.ts",
    "**/spec.ts"
  ]
}