Skip to content

Commit 2016b0e

Browse files
committed
add exports properties
1 parent edf7ad7 commit 2016b0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"version": "3.0.0",
44
"description": "TypeScript Utilities",
55
"main": "dist/index.js",
6+
"module": "./dist/index.mjs",
67
"exports": {
78
"import": "./dist/index.mjs",
8-
"require": "./dist/index.js"
9+
"require": "./dist/index.js",
10+
"types": "./dist/util-ts.d.ts"
911
},
1012
"types": "./dist/util-ts.d.ts",
1113
"files": [

0 commit comments

Comments
 (0)