system/api/tsconfig.json
2025-07-09 20:47:20 -04:00

7 lines
108 B
JSON

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