Files
concord/concord-server/tsconfig.json

8 lines
109 B
JSON
Raw Normal View History

2025-09-26 23:36:08 -04:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
}
}