Skip to content

Commit

Permalink
fix types.d.ts file location
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed May 5, 2024
1 parent 6ccf691 commit 67c54a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"types": "dist/index.d.ts",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run lint && tsc --build && node ./build.js",
"test": "npm run lint && echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 67c54a2

Please sign in to comment.