Skip to content

Commit 3b11ac8

Browse files
authored
Check types on TypeScript 5.1 + latest (#1051)
1 parent de8e7da commit 3b11ac8

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
@@ -20,7 +20,7 @@
2020
"node": ">=18"
2121
},
2222
"scripts": {
23-
"test": "xo && c8 ava && tsd && tsc"
23+
"test": "xo && c8 ava && tsd && tsc && npx --yes [email protected] && npx --yes --package [email protected] tsc"
2424
},
2525
"files": [
2626
"index.js",

0 commit comments

Comments
 (0)