hrhub / api /tsconfig.build.json
Roger Surf
feat: add NestJS API with Handlebars - basic dashboard working
b7e75fd
raw
history blame contribute delete
97 Bytes
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}