15 lines
297 B
JSON
15 lines
297 B
JSON
![]() |
{
|
||
|
"$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
|
||
|
}
|
||
|
}
|
||
|
|