Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dual module export #607

Merged
merged 10 commits into from
Oct 18, 2023
Prev Previous commit
Next Next commit
feat: update type tests to include esm and cjs types
  • Loading branch information
antstanley committed Oct 18, 2023
commit b8e90ce3b62544620fdc713d8f79969c211da6da
1 change: 1 addition & 0 deletions test-d/index.cjs.test-d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import type * as types from '../dist/cjs/index.js'
1 change: 1 addition & 0 deletions test-d/index.esm.test-d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import type * as types from '../dist/esm/index.js'