refactor(desktop): consolidate desktop-electron into desktop package (#25822)

This commit is contained in:
Brendan Allan
2026-05-05 13:43:36 +08:00
committed by GitHub
parent 6f7d63e9ce
commit b4147c8d08
441 changed files with 115 additions and 13441 deletions
+3 -2
View File
@@ -15,8 +15,9 @@
"noEmit": true,
"emitDeclarationOnly": false,
"outDir": "node_modules/.ts-dist",
"types": ["vite/client"]
"types": ["vite/client", "node", "electron"]
},
"references": [{ "path": "../app" }],
"include": ["src", "package.json"]
"include": ["src", "package.json"],
"exclude": ["src/**/*.test.ts"]
}