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
}
}