15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"types": ["bun-types"],
|
|
"lib": ["ESNext"]
|
|
},
|
|
"include": ["server/**/*"]
|
|
}
|