1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-19 08:21:49 +03:00
tabby/terminus-ssh/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
2019-06-06 14:45:15 +03:00
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
2019-06-06 14:45:15 +03:00
"baseUrl": "src"
}
}