1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-26 12:43:50 +03:00
tabby/tabby-telnet/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

2021-07-04 17:48:48 +03:00
{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"baseUrl": "src"
}
}