Skip to content

Commit 983aef5

Browse files
authored
Add types to package.json "exports" field (#13)
1 parent 3689b04 commit 983aef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"dist"
1515
],
1616
"exports": {
17+
"types": "./types/index.d.ts",
1718
"import": "./src/index.js",
1819
"require": "./dist/index.cjs"
1920
},

0 commit comments

Comments
 (0)