1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 04:43:03 +03:00
tabby/tabby-settings/tsconfig.typings.json

15 lines
326 B
JSON
Raw Permalink Normal View History

2019-06-06 14:45:15 +03:00
{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./typings",
"paths": {
2021-06-30 00:57:04 +03:00
"tabby-*": ["../../tabby-*"],
2019-06-06 14:45:15 +03:00
"*": ["../../app/node_modules/*"]
}
}
}