Files
games/packages/server/tsconfig.json
2025-08-07 22:44:33 -04:00

9 lines
128 B
JSON

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