gone/tsconfig.json

14 lines
254 B
JSON
Raw Normal View History

2025-03-07 15:36:54 +09:00
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"strict": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"types": [
"node"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
}
}