14 lines
254 B
JSON
14 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "NodeNext",
|
||
|
"strict": true,
|
||
|
"verbatimModuleSyntax": true,
|
||
|
"skipLibCheck": true,
|
||
|
"types": [
|
||
|
"node"
|
||
|
],
|
||
|
"jsx": "react-jsx",
|
||
|
"jsxImportSource": "hono/jsx",
|
||
|
}
|
||
|
}
|