From 1001373e9dc03a46547940e908d48aa557801be2 Mon Sep 17 00:00:00 2001 From: AV77web Date: Tue, 9 Jun 2026 11:41:28 +0200 Subject: [PATCH] modifica a moduleResolution in tsoconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 912fd23..1016db6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,8 @@ "rootDir": "./src", "outDir": "./dist", "target": "ES2020", - "module": "commonjs", - "moduleResolution": "node16git รง", + "module": "node16", + "moduleResolution": "node16", "esModuleInterop": true, "strict": true, "skipLibCheck": true,