Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ts-vitest): fixed ESM build for ts-vitest (#706)
ts-vitest is meant to be imported by vitest as such it needs to be a proper ESM module. The package.json already defined it as "type": "module", but the typescript build was still generating a CommonJS build. This fix updates the typescript configuration to output an ESM module. re #613
- Loading branch information