mirror of
https://github.com/eugeny/tabby
synced 2026-09-26 06:56:17 +00:00
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> Co-authored-by: x06579 <x06579@ai-dashboard> Co-authored-by: Eugene <inbox@null.page>
8 lines
143 B
JSON
8 lines
143 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["node_modules", "dist", "typings", "test"],
|
|
"compilerOptions": {
|
|
"baseUrl": "src"
|
|
}
|
|
}
|