opencode/tsconfig.json
2026-04-02 12:13:13 +10:00

8 lines
216 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["sst.config.ts", "sst-env.d.ts", "infra/**/*.ts"]
}