2
0
Fork 0
mirror of https://github.com/Eugeny/tabby synced 2024-12-14 15:22:40 +00:00
tabby/tabby-ssh/tsconfig.json
2021-06-29 23:57:04 +02:00

7 lines
135 B
JSON

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