Skip to content

Commit

Permalink
Merge pull request #451 from hashicorp/ds.v5-fix-resolution
Browse files Browse the repository at this point in the history
fix: add extension to type imports
  • Loading branch information
dstaley authored Mar 14, 2024
2 parents dc26490 + 359cad9 commit bb69708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* SPDX-License-Identifier: MPL-2.0
*/

export * from './dist/index'
export * from './dist/index.js'
2 changes: 1 addition & 1 deletion rsc.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* SPDX-License-Identifier: MPL-2.0
*/

export * from './dist/rsc'
export * from './dist/rsc.js'
2 changes: 1 addition & 1 deletion serialize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* SPDX-License-Identifier: MPL-2.0
*/

export * from './dist/serialize'
export * from './dist/serialize.js'

0 comments on commit bb69708

Please sign in to comment.