Skip to content

Commit 03c4d64

Browse files
authored
Merge pull request #825 from raing3/fix-types
Fix types
2 parents ec9d52d + 05c5194 commit 03c4d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"main": "./dist/lib.cjs",
2727
"module": "./dist/lib.js",
28-
"types": "./dist/index.d.cts",
28+
"types": "./dist/types.d.cts",
2929
"bin": {
3030
"sta": "./dist/cli.js",
3131
"swagger-typescript-api": "./dist/cli.js"

0 commit comments

Comments
 (0)