Skip to content

Commit

Permalink
fix: adjust path for types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gomah committed Feb 23, 2024
1 parent ad727e0 commit 6f88523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clean-package.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./types/index.d.ts"
"types": "./dist/index.d.ts"
},
"./dist/*": "./dist/*",
"./transformer": {
Expand Down

0 comments on commit 6f88523

Please sign in to comment.