chore: clean up root folder by relocating config files (#448)

* chore: clean up root folder by moving config files

- Move renovate.json to .github/renovate.json
- Move electron-builder.yml to electron/electron-builder.yml
- Move electron.d.ts to electron/electron.d.ts
- Delete proxy.ts (unused dead code)
- Update package.json dist scripts with --config flag
- Use tsconfig.json files array for electron.d.ts (bypasses exclude)

Reduces git-tracked root files from 23 to 19.

* chore: regenerate package-lock.json to fix CI

* fix: regenerate package-lock.json with cross-platform deps
This commit is contained in:
Dayuan Jiang
2025-12-29 14:30:25 +09:00
committed by GitHub
parent 49b086cef3
commit 30b30550d9
9 changed files with 21471 additions and 21533 deletions

View File

@@ -29,7 +29,7 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
run: npm install
- name: Type check
run: npx tsc --noEmit