form: fix popover, improve form types

This commit is contained in:
dswbx
2025-02-08 15:43:02 +01:00
parent 3fa682bfe1
commit f7e6928dba
9 changed files with 56 additions and 49 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"types": ["bun-types", "@cloudflare/workers-types"],
"composite": true,
"composite": false,
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "react-jsx",