Files
games/packages/server/tsconfig.json
2025-08-06 23:29:55 -04:00

7 lines
108 B
JSON

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