Skip to content

Commit 28464a5

Browse files
authored
Add types field to package.json (#481)
1 parent 52ea6d5 commit 28464a5

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

0 commit comments

Comments
 (0)