mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(backend): keep log output in dev mode
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
b60ccfe3d4
commit
5299b569f7
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
"strict": true,
|
||||
"strictPropertyInitialization": false,
|
||||
"resolveJsonModule": true,
|
||||
"useDefineForClassFields": false
|
||||
"useDefineForClassFields": false,
|
||||
"preserveWatchOutput": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue