Files
Frontend/tsconfig.json
2026-04-07 07:43:30 +02:00

8 lines
109 B
JSON

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