tabby/terminus-ssh/tsconfig.json

13 lines
246 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"baseUrl": "src",
2017-11-27 21:37:32 +00:00
"declarationDir": "dist",
"paths": {
"terminus-*": ["terminus-*"],
"*": ["app/node_modules/*"]
}
}
}