From c5b1e27a77081717f37942de8dacfa5c2e30b09d Mon Sep 17 00:00:00 2001
From: Joaquín Reñé <jrene@curisit.net>
Date: Tue, 21 Apr 2026 22:56:25 +0000
Subject: [PATCH] #4479 - upgrade SecurisServer to Java 21
---
securis/src/main/webapp/src/tsconfig.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/webapp/src/tsconfig.json b/securis/src/main/webapp/src/tsconfig.json
index 2c7260d..99f35dc 100644
--- a/securis/src/main/webapp/src/tsconfig.json
+++ b/securis/src/main/webapp/src/tsconfig.json
@@ -7,7 +7,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [ "es2015", "dom" ],
- "noImplicitAny": true,
+ "noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true
}
}
--
Gitblit v1.3.2