1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-18 20:00:53 +00:00
hedgedoc/tsconfig.build.json
David Mehren e53a8648b4
Add empty NestJS application
Signed-off-by: David Mehren <git@herrmehren.de>
2020-07-21 21:24:56 +02:00

4 lines
97 B
JSON

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