Skip to content

Commit 6edc4f8

Browse files
JAD3Nlupomontero
authored andcommitted
fix missing types from exports
1 parent ed5b305 commit 6edc4f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"main": "./dist/psl.cjs",
1111
"exports": {
1212
".": {
13+
"types": "./types/index.d.ts",
1314
"import": "./dist/psl.mjs",
1415
"require": "./dist/psl.cjs"
1516
}

0 commit comments

Comments
 (0)