fixed #10034 - added auto-sudo-password plugin

This commit is contained in:
Eugene
2025-06-16 23:12:36 +02:00
parent c8aea9d8e0
commit 5a7a06e529
10 changed files with 171 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"extends": "../tsconfig.json",
"exclude": ["node_modules", "dist", "typings"],
"compilerOptions": {
"baseUrl": "src",
"emitDeclarationOnly": true,
"declaration": true,
"declarationDir": "./typings",
"paths": {
"tabby-*": ["../../tabby-*"],
"*": ["../../app/node_modules/*"]
}
}
}