Files
concord/concord-server/tsconfig.json
2025-09-27 11:13:37 -04:00

8 lines
109 B
JSON

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