Files
api_directorio/tsconfig.build.json
T

5 lines
97 B
JSON
Raw Normal View History

2024-06-05 00:23:18 -06:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}