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.
main
1 parent adeda6f commit e679a3fCopy full SHA for e679a3f
scripts/build.mjs
@@ -52,6 +52,8 @@ async function main() {
52
{
53
...pkg,
54
files: ["dist-*/**"],
55
+ main: "./dist-src/index.js",
56
+ types: "./dist-types/index.d.ts",
57
exports: {
58
".": {
59
types: "./dist-types/index.d.ts",
0 commit comments