From ce9790dbc77b39367c74927fe7057d8e8dc20fd4 Mon Sep 17 00:00:00 2001 From: AV77web Date: Tue, 9 Jun 2026 11:38:55 +0200 Subject: [PATCH] correzione a nodeResoulution in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 80d5070..912fd23 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "outDir": "./dist", "target": "ES2020", "module": "commonjs", - "moduleResolution": "node", + "moduleResolution": "node16git รง", "esModuleInterop": true, "strict": true, "skipLibCheck": true,