Files
netfelix-audio-fix/tsconfig.server.json
T
2026-03-01 11:44:23 +01:00

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/**/*"]
}