Description: fix tsc config
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1058539
Forwarded: not-needed
Last-Update: 2023-12-13

--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,6 +8,7 @@
     "strict": true,
     "sourceMap": false,
     "declaration": true,
+    "moduleResolution": "node",
     "noUnusedLocals": true,
     "noUnusedParameters": true,
     "outDir": "dist_es8"
