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