hedgedoc/tsconfig.test.json
David Mehren f0c4fbe371
Disable strict mode for tests
Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-09 20:59:31 +02:00

6 lines
83 B
JSON

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