Skip to content

Commit 3d33348

Browse files
authored
fix: wrong types reference in package.json
1 parent 4b9c2ef commit 3d33348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"source": "src/index.ts",
2020
"main": "./dist/index.cjs",
2121
"module": "./dist/index.mjs",
22-
"types": "dist/index.d.ts",
22+
"types": "dist/index.d.cts",
2323
"unpkg": "./dist/index.umd.js",
2424
"exports": {
2525
".": {

0 commit comments

Comments
 (0)