tehnicni-app/server/tsconfig.json
2025-07-11 16:51:33 +02:00

7 lines
108 B
JSON

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