1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-11 03:44:56 +00:00
hedgedoc/backend/test/tsconfig.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

6 lines
84 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"strict": false
}
}