From aa1a2d4d72e8a0805c2b04d741b9bbc029ddd058 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sat, 25 Oct 2025 13:27:45 +0200 Subject: [PATCH] removed invalid statement in compileroptions --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index ae8fe65..878f4f8 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -5,7 +5,7 @@ "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, - "ignoreDeprecations": "6.0", + //"ignoreDeprecations": "6.0", /* Bundler mode */ "moduleResolution": "bundler",