chore(client): tests not being able to access .tsx

This commit is contained in:
Elian Doran 2025-09-14 10:59:15 +03:00
parent 970f4b028d
commit d36716bdb6
No known key found for this signature in database

View File

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