chore(website): fix typecheck issue

This commit is contained in:
Elian Doran 2025-11-04 08:55:05 +02:00
parent 5186ea3fff
commit aeb0f44a43
No known key found for this signature in database

View File

@ -10,7 +10,8 @@
"jsxImportSource": "preact",
"skipLibCheck": true,
"types": [
"vite/client"
"vite/client",
"vitest/config"
],
"paths": {
"react": ["../../node_modules/preact/compat/"],