Files
concord/concord-server/tsconfig.json
Kevin Puig 051aa69363 add server
2025-09-26 23:36:08 -04:00

7 lines
108 B
JSON

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