system/api/tsconfig.json
2025-07-10 18:08:37 -04:00

10 lines
171 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"module": "NodeNext",
"moduleResolution": "nodenext"
}
}