tabby/terminus-terminal/tsconfig.json
Eugene Pankov 9312db1fc6 fixed #126
2017-07-24 14:48:16 +02:00

12 lines
246 B
JSON

{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist"],
"compilerOptions": {
"baseUrl": "src",
"declarationDir": "dist",
"paths": {
"terminus-*": ["terminus-*"],
"*": ["app/node_modules/*"]
}
}
}