We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
default
1 parent b19ced5 commit b9c243dCopy full SHA for b9c243d
scripts/build.mjs
@@ -73,6 +73,8 @@ async function main() {
73
".": {
74
types: "./dist-types/index.d.ts",
75
import: "./dist-node/index.js",
76
+ // Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint
77
+ default: "./dist-node/index.js",
78
},
79
80
sideEffects: false,
0 commit comments