Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate .d.cts file by copying over .d.ts
This is supposed to work according to `npx publint`: > 1. pkg.exports["."].require types is not exported. Consider adding > pkg.exports["."].require.types to be compatible with TypeScript's > "moduleResolution": "bundler" compiler option. Note that you cannot > use "./dist/index.d.ts" because it has a mismatching format. Instead, > you can duplicate the file and use the .cts extension, > e.g. pkg.exports["."].require.types: "./dist/index.d.cts"
- Loading branch information