17 lines
411 B
JSON
17 lines
411 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"outDir": "./dist",
|
|
"removeComments": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|