Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the exports of vscode-languageserver-types
The `exports` field is needed for dual publishing CJS and ESM. The `module` field on the other hand, is a non-standard property. Some bundlers incorrectly interpret it, causing interop issues. An additional `package.json` file is written to mark the ESM output as actual ESM.
- Loading branch information