ea536ce533
bun + hono + htmx service with sqlite, jellyfin/radarr/sonarr api clients, stream analyzer, ffmpeg command builder, ssh remote execution, setup wizard, scan with sse progress, review ui with inline edits, execute queue, remote node management, docker deployment Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
275 B
JSON
15 lines
275 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": ["src/**/*"]
|
|
}
|