Skip to content

Commit

Permalink
Fixed type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Dec 17, 2024
1 parent 9576e6f commit 997ad84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/typechain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"./package.json": "./package.json"
},
"module": "./dist/node/index.mjs",
"types": "./types/index.d.ts",
"types": "./index.d.ts",
"workspaces": [
"packages/**/*"
],
Expand Down Expand Up @@ -69,4 +69,4 @@
"access": "public"
},
"docs": "dist/docs.json"
}
}
4 changes: 2 additions & 2 deletions packages/typechain/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable import-x/no-internal-modules */
export * from './dist/node'
export * from './dist/node/common'
export * from './dist/node/common.d.ts'
export * from './dist/node/index.d.ts'

0 comments on commit 997ad84

Please sign in to comment.