🔨 Update type-check script (#1164)

This commit is contained in:
Luke Vella 2024-06-19 11:32:01 +01:00 committed by GitHub
parent 997a1eec78
commit e5be3166ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"lint": "eslint .",
"lint:tsc": "tsc --noEmit"
"type-check": "tsc --pretty --noEmit"
},
"main": "src/index.ts",
"types": "src/index.ts",