Skip to content

Commit

Permalink
build: add backward compatible types for /proxy subpath export
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 23, 2023
1 parent 144996b commit 584ee24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
"lib",
"index.d.ts",
"node.d.ts",
"polyfill.d.ts"
"polyfill.d.ts",
"proxy.d.ts"
],
"scripts": {
"build": "unbuild",
Expand Down Expand Up @@ -140,4 +141,4 @@
"vitest": "^1.1.0"
},
"packageManager": "pnpm@8.12.1"
}
}
1 change: 1 addition & 0 deletions proxy.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./lib/proxy.mjs";

0 comments on commit 584ee24

Please sign in to comment.