File: tsconfig-fix.patch

package info (click to toggle)
node-yjs 13.6.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: javascript: 11,249; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
From: Xavier Guimard <yadd@debian.org>
Date: mars, 17 2026 11:29:52 +0100
Subject: [PATCH] fix tsconfi for Debian env
Forwarded: (no|not-needed|<patch-forwarded-url>)

--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,5 +1,6 @@
 {
   "compilerOptions": {
+    "skipLibCheck": true,
     "target": "ES2021",
     "lib": ["ES2021", "dom"],
     "module": "node16",