Skip to content

Commit

Permalink
fix: Use explicit file extension in relative ECMAScript import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Feb 9, 2025
1 parent 0922471 commit 8483533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import Long from './umd/index';
import Long from './umd/index.js';
export default Long; // compatible with `import Long from "long"`

0 comments on commit 8483533

Please sign in to comment.