This website requires JavaScript.
Explore
Help
Sign in
github
/
hedgedoc
Watch
1
Star
0
Fork
You've already forked hedgedoc
0
mirror of
https://github.com/hedgedoc/hedgedoc.git
synced
2024-11-22 17:56:30 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1af15a1aec
hedgedoc
/
backend
/
test
/
tsconfig.json
7 lines
84 B
JSON
Raw
Normal View
History
Unescape
Escape
Disable strict mode for tests Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 13:09:15 -04:00
{
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 13:55:55 -04:00
"extends"
:
"../tsconfig.json"
,
Disable strict mode for tests Signed-off-by: David Mehren <git@herrmehren.de>
2021-04-29 13:09:15 -04:00
"compilerOptions"
:
{
"strict"
:
false
}
}
Reference in a new issue
Copy permalink