1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-15 15:30:47 +03:00
tabby/tabby-settings/tsconfig.typings.json
2021-06-29 23:57:04 +02:00

15 lines
326 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/*"]
}
}
}