Files
flashcards-api/tsconfig.build.json
2023-05-21 14:52:08 +02:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}