Skip to content

Commit be68971

Browse files
committed
fix(build): correct path to types
1 parent f268959 commit be68971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async function main() {
7171
default: "./dist-bundle/index.js",
7272
},
7373
"./types": {
74-
types: "./dist-types/.d.ts",
74+
types: "./dist-types/types.d.ts",
7575
},
7676
},
7777
sideEffects: false,

0 commit comments

Comments
 (0)