mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-31 20:33:37 +00:00
7 lines
165 B
JSON
7 lines
165 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [".blume/.astro/types.d.ts", ".blume/src/env.d.ts", "**/*"],
|
|
"compilerOptions": {
|
|
"types": ["bun"]
|
|
}
|
|
}
|