tabby/terminus-ssh/tsconfig.json

9 lines
154 B
JSON
Raw Normal View History

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