Commit Graph

7 Commits (273ec3b1ce30190ee299a3e815d0efc21e30e6c8)

Author SHA1 Message Date
Claude 273ec3b1ce Exclude the tsc build output from vitest instead of from the build
Excluding src/common tests from tsconfig.common.json kept vitest from
running the compiled copies twice, but it also meant those test files were
no longer type checked at all by `tsc --build` (eslint only catches lint
issues, not type errors).

Exclude common-ts-dist from test discovery instead, so the tests are both
type checked and run exactly once.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YCf7BBiPqNLUjVoN7rTCF6
3 weeks ago
Mikael Finstad 2601082c80
improvements
- convert to esm
- upgrade electron-vite
- implement license check
- stricten ts
- remove fs-extra
9 months ago
Mikael Finstad 2512048a24
fix i18n 10 months ago
Mikael Finstad 2511114302
upgrade i18next
also include more locales
and refactor a bit
11 months ago
Mikael Finstad 25110651a8
upgrade node types 11 months ago
Mikael Finstad ca8eccf899
upgrade execa and node types 2 years ago
Mikael Finstad f677619039
upgrade to electron-vite 3 years ago