Description: fix typescript config
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2025-04-21

--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,7 +3,7 @@
     "declaration": false,
     "target": "ESNext",
     "module": "ESNext",
-    "moduleResolution": "Bundler",
+    "moduleResolution": "node",
     "skipLibCheck": true,
     "sourceMap": true
   },
