File: add-dummy-types-to-shims.patch

package info (click to toggle)
strophejs 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: javascript: 6,847; python: 179; makefile: 81
file content (17 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: add dummy types to shims
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2025-03-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,4 +1,8 @@
 {
+  "files": [
+    "debian/build_modules/@types/jsdom.d.ts",
+    "debian/build_modules/@types/ws.d.ts",
+  ],
   "include": [
       "src/**/*"
   ],