Skip to content

Commit 9168bd6

Browse files
committed
fix(build): serve types from dist-types/index.d.ts
1 parent 34ef02d commit 9168bd6

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
@@ -75,7 +75,7 @@ async function main() {
7575
files: ["dist-*/**", "bin/**"],
7676
main: "dist-node/index.js",
7777
module: "dist-web/index.js",
78-
types: "dist-src/index.d.ts",
78+
types: "dist-types/index.d.ts",
7979
source: "dist-src/index.js",
8080
sideEffects: false,
8181
},

0 commit comments

Comments
 (0)