Skip to content

Commit 4d24652

Browse files
committed
fix: wrong types file
1 parent 95b449a commit 4d24652

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
@@ -11,7 +11,7 @@
1111
],
1212
"type": "module",
1313
"main": "dist/server/app.js",
14-
"types": "dist/lib/types.d.ts",
14+
"types": "dist/lib/index.d.ts",
1515
"imports": {
1616
"#package.json": "./package.json"
1717
},

0 commit comments

Comments
 (0)