Files
tabby/tabby-ssh/tsconfig.json
T
a8abcc0be6 Allow per-profile custom SSH TERM (#11480)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Co-authored-by: x06579 <x06579@ai-dashboard>
Co-authored-by: Eugene <inbox@null.page>
2026-09-11 22:03:05 +02:00

8 lines
143 B
JSON

{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings", "test"],
"compilerOptions": {
"baseUrl": "src"
}
}