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 655fa25 commit 942f5d6Copy full SHA for 942f5d6
package.json
@@ -6,9 +6,9 @@
6
"types": "build/index.d.ts",
7
"type": "commonjs",
8
"exports": {
9
+ "types": "./build/index.d.ts",
10
"require": "./build/index.js",
- "import": "./build/index.mjs",
11
- "types": "./build/index.d.ts"
+ "import": "./build/index.mjs"
12
},
13
"scripts": {
14
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build",
0 commit comments