hono-dev/tsconfig.json
2025-05-07 15:40:38 +08:00

13 lines
189 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"baseUrl": "./",
"paths": {
"@*": [
"src/*"
]
}
}
}