modifica a moduleResolution in tsoconfig.json
All checks were successful
Deploy to VPS / build (push) Successful in 14s
Deploy to VPS / deploy (push) Successful in 18s

This commit is contained in:
AV77web 2026-06-09 11:41:28 +02:00
parent ce9790dbc7
commit 1001373e9d

View file

@ -3,8 +3,8 @@
"rootDir": "./src", "rootDir": "./src",
"outDir": "./dist", "outDir": "./dist",
"target": "ES2020", "target": "ES2020",
"module": "commonjs", "module": "node16",
"moduleResolution": "node16git ç", "moduleResolution": "node16",
"esModuleInterop": true, "esModuleInterop": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,