Skip to content

Commit fa77eb0

Browse files
authored
fix: add "types" field to package.json (#333)
For compatibility with TS CJS builds
1 parent ea4a641 commit fa77eb0

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
@@ -6,6 +6,7 @@
66
"keywords": [],
77
"author": "Luc Patiny",
88
"type": "module",
9+
"types": "./lib/index.d.ts",
910
"exports": {
1011
".": "./lib/index.js",
1112
"./matrix": "./lib/matrix/index.js",

0 commit comments

Comments
 (0)