Skip to content

Commit bf1490e

Browse files
authored
Merge pull request #97 from cpayton-abtech/patch-1
Update package.json for TypeScript issue with build pipeline
2 parents 9d47ced + b507fa6 commit bf1490e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"exports": {
66
".": {
77
"require": "./dist/index.cjs.js",
8-
"import": "./dist/index.es.js"
8+
"import": "./dist/index.es.js",
9+
"types": "./types/index.d.ts"
910
}
1011
},
1112
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)