chore: add skipLibCheck to avoid lib errors

This commit is contained in:
Mattia Belletti
2025-07-09 13:42:25 +02:00
parent c340a3a8f4
commit ec7d0c7fba

View File

@@ -12,6 +12,7 @@
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"skipLibCheck": true,
"types": [
"vite/client"
],