Skip to content

Commit

Permalink
Add .d.mts files to support import types properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and dfahlander committed May 1, 2023
1 parent c0b5573 commit b027b1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions import-wrapper-prod.d.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './dist/dexie.js';
export { default } from './dist/dexie.js';
2 changes: 2 additions & 0 deletions import-wrapper.d.mts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './dist/dexie.js';
export { default } from './dist/dexie.js';

0 comments on commit b027b1b

Please sign in to comment.