haxmas-day-4/tsconfig.json
2025-12-17 04:31:22 -07:00

7 lines
No EOL
108 B
JSON

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