fix: Fix node-dev build (no-changelog)

This commit is contained in:
Jan Oberhauser 2022-11-17 17:55:57 +01:00
parent be7672a177
commit 54300bf140

View file

@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "dist",
"types": ["node"],
"preserveSymlinks": true,
// TODO: remove all options below this line
"noUnusedLocals": false,
"useUnknownInCatchVariables": false