Description: typescript 5.0 compatibility
 https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/#--verbatimmodulesyntax
 this patch will stop working from typescript 5.5
Author: Ananthu C V <weepingclown@debian.org>
Last-Update: 2024-12-20
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,2 +14,3 @@
     "target": "es3",
+      "ignoreDeprecations": "5.0",
     "lib": ["es6", "esnext.bigint"],
