hedgedoc/tsconfig.test.json
David Mehren 098ebd0445
Disable strict mode for tests
Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 19:09:15 +02:00

6 lines
83 B
JSON

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