tabby/tabby-plugin-manager/tsconfig.typings.json

15 lines
326 B
JSON
Raw Permalink Normal View History

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