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.
1 parent 41b9248 commit ab631c9Copy full SHA for ab631c9
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
7
"source": "src/index.ts",
8
- "types": "src/index.ts",
+ "types": "dist/cjs/index.d.ts",
9
"sideEffects": false,
10
"scripts": {
11
"build": "yarn build-esm && yarn build-cjs",
0 commit comments