File: typescript-5.0-comaptibiltiy.patch

package info (click to toggle)
less.js 3.13.0%2Bdfsg-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,032 kB
  • sloc: javascript: 23,275; makefile: 12; perl: 11; sh: 6
file content (15 lines) | stat: -rw-r--r-- 423 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: typescript 5.0 compatibility
 this patch will stop working from typescript 5.5
Author: Ananthu C V <weepingclown@debian.org>
Last-Update: 2024-12-20
--- a/packages/less/tsconfig.json
+++ b/packages/less/tsconfig.json
@@ -10,2 +10,3 @@
     "noImplicitUseStrict": true,
+	"ignoreDeprecations": "5.0",
     "module": "commonjs",
@@ -15,2 +16,2 @@
   "exclude": ["node_modules"]
-}
\ No newline at end of file
+}