mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 03:00:33 +00:00
8 lines
186 B
JSON
8 lines
186 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node", "bun"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|