Files
hono-bundle-template/tsconfig.json
T

8 lines
130 B
JSON

{
"compilerOptions": {
"strict": true,
"types": ["bun"],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}