Files
aris/apps/aris-backend/tsconfig.json
kenneth b744af9c51 feat(backend): init aris-backend with Hono
- Add apps/aris-backend package with Hono server
- Add /health endpoint
- Add backend-spec.md with design decisions

Co-authored-by: Ona <no-reply@ona.com>
2026-01-25 14:54:08 +00:00

8 lines
110 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["bun-types"]
},
"include": ["src"]
}