1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-11 17:51:11 +00:00
hedgedoc/backend/tsconfig.build.json
Tilman Vatteroth bf30cbcf48 fix(repository): Move backend code into subdirectory
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2022-10-30 22:46:42 +01:00

4 lines
97 B
JSON

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