hospital-log/backend/api/tsconfig.build.json

6 lines
132 B
JSON
Raw Normal View History

2025-10-21 10:42:59 +00:00
{
"include": ["src", "generated"],
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}