Skip to content

Commit accd939

Browse files
committed
fix: remove the types tag under exports
1 parent ec63dd6 commit accd939

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"exports": {
99
".": {
1010
"require": "./dist/index.js",
11-
"import": "./dist/index.mjs",
12-
"types": "./dist/index.d.ts"
11+
"import": "./dist/index.mjs"
1312
}
1413
},
1514
"files": [

0 commit comments

Comments
 (0)