We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d7eca commit 5623be7Copy full SHA for 5623be7
package.json
@@ -16,7 +16,8 @@
16
"exports": {
17
"import": "./dist/signature_pad.js",
18
"require": "./dist/signature_pad.umd.js",
19
- "default": "./dist/signature_pad.umd.js"
+ "default": "./dist/signature_pad.umd.js",
20
+ "types": "./dist/types/signature_pad.d.ts"
21
},
22
"scripts": {
23
"build": "yarn run lint && yarn run clean && rollup --config && yarn run emit-types && yarn run update-docs",
0 commit comments