File: 0001-Fix-tsconfig.json.patch

package info (click to toggle)
node-dts-bundle-generator 9.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,928 kB
  • sloc: javascript: 33; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 445 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
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Sun, 8 Mar 2026 23:15:33 +0100
Subject: Fix tsconfig.json

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

diff --git a/tsconfig.json b/tsconfig.json
index 78c48fd..442beb2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,4 +1,5 @@
 {
+	"extends": "./tsconfig.options.json",
 	"compilerOptions": {
 		"composite": true,
 		"incremental": true