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.
default
1 parent 703ebf8 commit 4aed459Copy full SHA for 4aed459
scripts/build.mjs
@@ -59,7 +59,7 @@ async function main() {
59
import: "./dist-src/index.js",
60
types: "./dist-types/index.d.ts",
61
// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint
62
- default: "./dist-src/index.js",
+ default: "./dist-types/index.js",
63
},
64
65
sideEffects: false,
0 commit comments