From 51661f75b7a50ff4ad5b5dd93d637fbac713a986 Mon Sep 17 00:00:00 2001 From: AV77web Date: Fri, 3 Jul 2026 16:47:28 +0200 Subject: [PATCH] modifica a tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e0f1497..b1fb515 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCaslignInFileNames": true, + "forceConsistentCasignInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"],