subscription/tsconfig.json
2025-09-19 19:03:09 +01:00

7 lines
108 B
JSON

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