hedgedoc/test/tsconfig.json
David Mehren 441e7402a8
Move tsconfig.test.json to test directory
WebStorm does not support typescript.*.json files,
but always uses the nearest tsconfig.json.
Moving the test-specific tsconfig into the test folder allows WebStorm
to use the correct config for the E2E-tests and
stops it from showing unnecessary errors.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-10-14 19:55:55 +02:00

6 lines
84 B
JSON

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