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.
./types
1 parent d5b305a commit 7ffaee9Copy full SHA for 7ffaee9
scripts/build.mjs
@@ -68,6 +68,9 @@ async function main() {
68
// Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint
69
default: "./dist-bundle/index.js",
70
},
71
+ "./types": {
72
+ types: "./dist-types/types.d.ts"
73
+ },
74
75
source: "dist-src/index.js",
76
sideEffects: false,
0 commit comments