tsconfig.json 108 B raw
1
{
2
  "compilerOptions": {
3
    "strict": true,
4
    "jsx": "react-jsx",
5
    "jsxImportSource": "hono/jsx"
6
  }
7
}