Skip to content

Commit 447fbca

Browse files
authored
Merge pull request #11 from todd-elvers/te/pnpm-types-fix
Specify types location in exports field of package.json - fixes #10
2 parents 4c5a819 + d28d414 commit 447fbca

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
@@ -11,7 +11,8 @@
1111
{
1212
"import": "./dist/index.es.js",
1313
"require": "./dist/index.cjs.js",
14-
"default": "./dist/index.cjs.js"
14+
"default": "./dist/index.cjs.js",
15+
"types": "./dist/index.d.ts"
1516
}
1617
],
1718
"./package.json": "./package.json"

0 commit comments

Comments
 (0)