feat: Add terminal shell selection to settings

This commit is contained in:
LukeParkerDev 2026-04-02 12:13:13 +10:00
parent 48db7cf07a
commit 9cbfcfad12
15 changed files with 199 additions and 43 deletions

8
script/tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"types": ["node", "bun"]
},
"include": ["./**/*.ts"]
}