Picsur/backend/tsconfig.build.json

5 lines
97 B
JSON
Raw Normal View History

2022-02-21 09:46:03 +00:00
{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}