Skip to content

Commit

Permalink
js: Fix imports for new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tash-2s committed May 14, 2023
1 parent 0b2ac3e commit 7c8e3b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions common/js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "./interfaces/augment-api"
import "./interfaces/augment-types"
import "./interfaces/augment-api.js"
import "./interfaces/augment-types.js"
import "./interfaces/types-lookup.js"

export * from "./api"
export * from "./pow"
Expand Down

0 comments on commit 7c8e3b2

Please sign in to comment.