chore: remove unused shared types

This commit is contained in:
2026-07-04 21:20:50 +08:00
parent 669f7c83cd
commit b30918807d
3 changed files with 2 additions and 99 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
"composite": true,
"baseUrl": ".",
"paths": {
"@renderer/*": ["src/*"],
"@shared/*": ["electron/shared/*"]
"@renderer/*": ["src/*"]
}
},
"include": ["src/**/*", "electron/preload/index.d.ts"]