mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-14 00:10:03 +00:00
8 lines
216 B
JSON
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"]
|
|
}
|