mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Vite >=8 warns the plugin is replaceable by the native experimental resolve.tsconfigPaths option. It isn't for this repo: the native option applies the nearest tsconfig.json's own paths per importing file, while our paths map lives only in the root tsconfig — per-workspace tsconfigs under packages/* and vendor/* have none, so native resolution falls through to package.json exports (lib/, absent until yarn build) and every unbuilt test import fails (verified on vite 8.0.16/vitest 4.1.8).
2.0 KiB
2.0 KiB