10 lines
163 B
JSON
10 lines
163 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|