chore(client): typecheck failing due to changes in JSX handling

This commit is contained in:
Elian Doran 2026-03-14 12:35:44 +02:00
parent ad7b5700f3
commit f3613ccb25
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,7 @@
"preact"
],
"rootDir": "src",
"jsx": "react",
"jsxFactory": "h",
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "esnext",
"moduleResolution": "bundler",

View File

@ -6,8 +6,7 @@
"node",
"vitest"
],
"jsx": "react",
"jsxFactory": "h",
"jsx": "react-jsx",
"jsxImportSource": "preact",
"module": "esnext",
"moduleResolution": "bundler"