Skip to content

Commit

Permalink
fix: Export types (#251)
Browse files Browse the repository at this point in the history
This actually exports the types, which was accidentally broken in #249.
  • Loading branch information
AaronDewes committed Mar 10, 2024
1 parent be838e3 commit 9608986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Expand Up @@ -61,7 +61,7 @@ async function main() {
types: "dist-types/index.d.ts",
exports: {
".": {
types: "./dist-src/index.js",
types: "./dist-types/index.d.ts",
import: "./dist-src/index.js",
},
},
Expand Down

0 comments on commit 9608986

Please sign in to comment.