Skip to content

Commit

Permalink
Fix TypeScript import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandotv committed Mar 5, 2024
1 parent d5c23d5 commit c7e4157
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-countries-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pumpit": patch
---

ts config import issue
7 changes: 4 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from "./pumpit"
export * from "./types"
//TS problem: https://github.com/microsoft/TypeScript/issues/50152]
export * from "./pumpit.js"
export * from "./types.js"

import { get, transform } from "./utils"
import { get, transform } from "./utils.js"
export { get, transform }

0 comments on commit c7e4157

Please sign in to comment.