mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-14 16:51:33 +00:00
feat: Add terminal shell selection to settings
This commit is contained in:
parent
48db7cf07a
commit
9cbfcfad12
15 changed files with 199 additions and 43 deletions
8
script/tsconfig.json
Normal file
8
script/tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@tsconfig/bun/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"types": ["node", "bun"]
|
||||
},
|
||||
"include": ["./**/*.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue