Skip to content

Commit

Permalink
fix(types): update type definitions path (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele authored Dec 19, 2022
1 parent d2d2769 commit e6d95fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/generatePackageJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const distPackageExtraProps = {
},
sideEffects: false,
type: 'module',
types: './index.d.ts'
types: './src/index.d.ts'
}

;(async () => {
Expand Down

0 comments on commit e6d95fb

Please sign in to comment.