Skip to content

Commit 9608986

Browse files
authored
fix: Export types (#251)
This actually exports the types, which was accidentally broken in #249.
1 parent be838e3 commit 9608986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/build.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ async function main() {
6161
types: "dist-types/index.d.ts",
6262
exports: {
6363
".": {
64-
types: "./dist-src/index.js",
64+
types: "./dist-types/index.d.ts",
6565
import: "./dist-src/index.js",
6666
},
6767
},

0 commit comments

Comments
 (0)