tabby/tabby-telnet/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

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