Files
games/pkg/server/tsconfig.json
2025-08-29 20:54:18 -04:00

10 lines
163 B
JSON

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