From 9bce1db659162ea3b3674a544a403c00481679ee Mon Sep 17 00:00:00 2001 From: AV77web Date: Fri, 3 Jul 2026 16:48:37 +0200 Subject: [PATCH] correzione a tsconfi.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b1fb515..8805a9e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "strict": true, "esModuleInterop": true, "skipLibCheck": true, - "forceConsistentCasignInFileNames": true, + "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"],