mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
f6c6b58c4c
The producer's tsconfig.json included all src/**/* which caused tsc to fail on test files that import vitest (not a producer dependency). Exclude *.test.ts from the declaration build — vitest handles its own tsconfig for running tests. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>