casualroom/shared/typescript-config/hono.json

13 lines
291 B
JSON
Raw Permalink Normal View History

2025-07-28 07:50:50 +08:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Hono.js",
"extends": "./base.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"module": "ESNext",
"moduleResolution": "node",
"allowJs": true,
"noEmit": true
}
}