File: tsc-5.patch

package info (click to toggle)
node-css-select 5.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 868 kB
  • sloc: makefile: 6; xml: 1
file content (15 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: patch for tsc 5
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2025-08-25

--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,6 @@
         /* Additional Checks */
         "exactOptionalPropertyTypes": true,
         "forceConsistentCasingInFileNames": true,
-        "importsNotUsedAsValues": "error",
         "isolatedModules": true,
         "noFallthroughCasesInSwitch": true,
         "noImplicitOverride": true,