Files
wehub-resource-sync 3cd11ababe
Check Markdown links / linkChecker (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:38:56 +08:00

17 lines
401 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext"],
"types": ["@cloudflare/workers-types", "node", "jest"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"resolveJsonModule": true
},
"exclude": ["**/*.test.ts", "cookbook"]
}