Files
api-AT/tsconfig.build.json
T

5 lines
97 B
JSON
Raw Normal View History

2025-09-04 20:17:04 -04:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}