1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-19 17:07:08 +03:00
tabby/terminus-terminal/tsconfig.typings.json
2019-06-06 20:53:14 +02:00

18 lines
387 B
JSON

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