This commit is contained in:
Frank
2025-10-03 12:54:52 -04:00
parent 79764c8c4c
commit 4159db4549
5 changed files with 92 additions and 63 deletions

View File

@@ -4,6 +4,8 @@
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"jsx": "preserve",
"jsxImportSource": "react",
"types": ["@cloudflare/workers-types", "node"]
}
}