File: 0003-Use-node-16-for-resolution.patch

package info (click to toggle)
node-zrender 5.4.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,644 kB
  • sloc: javascript: 1,259; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Sun, 10 Nov 2024 01:47:34 +0000
Subject: Use node 16 for resolution

Forwarded: not-needed
---
 tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index a09b6de..2af9c9b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -9,7 +9,7 @@
         "noImplicitThis": true,
 
         // https://github.com/ezolenko/rollup-plugin-typescript2/issues/12#issuecomment-536173372
-        "moduleResolution": "Node",
+        "moduleResolution": "Node16",
 
         "declaration": true,
         "declarationMap": false,