This commit is contained in:
2026-04-03 14:09:06 -04:00
parent f8f59a5134
commit fe94d4c543
5 changed files with 19 additions and 8 deletions

View File

@@ -5,7 +5,8 @@
"paths": {
"@/*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
"types": ["@cloudflare/workers-types"],
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}