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.
2 parents ec50fdc + 5658d82 commit 888538eCopy full SHA for 888538e
package.json
@@ -5,6 +5,10 @@
5
"module": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"type": "module",
8
+ "files": [
9
+ "dist/**.js",
10
+ "dist/**.d.ts"
11
+ ],
12
"scripts": {
13
"build": "tsc",
14
"prepare": "npm run build",
0 commit comments