billing skeleton: bun + hono + sqlite, seed + happy path

This commit is contained in:
Prad Nukala
2026-08-09 19:59:40 -04:00
commit e9ddb3304b
8 changed files with 265 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "Preserve",
"moduleResolution": "bundler",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"types": ["bun"]
},
"include": ["src"]
}