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
+}
