Skip to content

Commit 0f2023b

Browse files
committed
fix: use source types
1 parent 66debdc commit 0f2023b

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
@@ -5,7 +5,7 @@
55
"exports": {
66
"./*": {
77
"import": {
8-
"types": "./src/*.d.ts",
8+
"types": "./src/*.ts",
99
"default": "./npm/*.js"
1010
}
1111
}

0 commit comments

Comments
 (0)