Skip to content

Commit

Permalink
chore: remove unnecessary noEmit argument when type-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
rileychh committed Aug 28, 2024
1 parent f687bc2 commit 5e63d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "vue-tsc --noEmit"
"type-check": "vue-tsc"
},
"dependencies": {
"vue": "^3.4.37"
Expand Down

0 comments on commit 5e63d17

Please sign in to comment.