Files
year/tsconfig.json
2026-02-05 23:18:25 +00:00

7 lines
108 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}