Files
bDS/.vscode/settings.json
Georg Bauer 8ea88b67ec Fix/typescript problems (#60)
* fix: extended typescript checking to main and fixed all typescript errors

* fix: removed unnecessary type

---------

Co-authored-by: hugo <hugoms@me.com>
2026-03-23 18:09:37 +01:00

17 lines
353 B
JSON

{
"chat.tools.terminal.autoApprove": {
"npx vitest": true,
"npx tsc": true,
"git remote": true,
"npx asar": true,
"npx tsx": true,
"gh": true,
"git add": true,
"git commit": true,
"git push": true,
"uniq": true,
"diff": true,
"npx eslint": true
}
}