cloudaxe-opencode/packages/www/tsconfig.json

8 lines
165 B
JSON
Raw Permalink Normal View History

2026-07-13 04:50:43 +00:00
{
2026-07-26 01:14:47 +00:00
"extends": "astro/tsconfigs/strict",
"include": [".blume/.astro/types.d.ts", ".blume/src/env.d.ts", "**/*"],
2026-07-13 04:50:43 +00:00
"compilerOptions": {
2026-07-26 01:14:47 +00:00
"types": ["bun"]
2026-07-13 04:50:43 +00:00
}
}