fsmoothy/typeorm-fsm

View on GitHub
tsconfig.build.json

Summary

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