Files
games/packages/server/tsconfig.json
2025-08-10 18:53:00 -04:00

10 lines
163 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"esModuleInterop": true
}
}