mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
17 lines
387 B
JSON
17 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/*"
|
|
]
|
|
}
|
|
}
|
|
}
|