fix(backend): keep log output in dev mode

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-28 11:16:38 +02:00
parent b60ccfe3d4
commit 5299b569f7

View file

@ -15,6 +15,7 @@
"strict": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"useDefineForClassFields": false
"useDefineForClassFields": false,
"preserveWatchOutput": true
}
}