We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d3536 commit 42148fcCopy full SHA for 42148fc
scripts/build.mjs
@@ -55,6 +55,8 @@ async function main() {
55
{
56
...pkg,
57
files: ["dist-*/**", "bin/**"],
58
+ main: "./dist-src/index.js",
59
+ types: "./dist-types/index.d.ts",
60
exports: {
61
".": {
62
types: "./dist-types/index.d.ts",
0 commit comments