github-actions-nestjs-app / tsconfig.build.json
tsconfig.build.json
Raw
{
  "extends": "./tsconfig.json",
  "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}