Skip to content

Commit fc33007

Browse files
feat: Add types to package.json (#236)
1 parent b5bc403 commit fc33007

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"semantic-release": "^22.0.5",
108108
"sinon": "^17.0.0",
109109
"ts-node": "^10.9.1",
110-
"typescript": "~5.2"
111-
}
110+
"typescript": "^5.4.3"
111+
},
112+
"types": "./build/lib/index.d.ts"
112113
}

0 commit comments

Comments
 (0)