modifiche a tsconfig.json
Some checks failed
Deploy to VPS / build (push) Successful in 28s
Deploy to VPS / deploy (push) Failing after 10m15s

This commit is contained in:
AV77web 2026-07-14 12:28:48 +02:00
parent 3cbbf89a06
commit 3b4f020bab

View file

@ -15,9 +15,7 @@
"moduleDetection": "force", "moduleDetection": "force",
"noEmit": true, "noEmit": true,
"jsx": "react-jsx", "jsx": "react-jsx",
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, },