Skip to content

Commit 8483533

Browse files
committed
fix: Use explicit file extension in relative ECMAScript import
1 parent 0922471 commit 8483533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import Long from './umd/index';
1+
import Long from './umd/index.js';
22
export default Long; // compatible with `import Long from "long"`

0 commit comments

Comments
 (0)