mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["node_modules", "dist", "typings"],
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"declarationDir": "./typings",
|
|
"paths": {
|
|
"tabby-*": ["../../tabby-*"],
|
|
"*": [
|
|
"../../app/node_modules/*"
|
|
]
|
|
}
|
|
}
|
|
}
|