File: fix-tsc.patch

package info (click to toggle)
node-dompurify 3.2.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,944 kB
  • sloc: javascript: 11,172; sh: 2; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
   },