Skip to content

Commit

Permalink
Remove --noEmit from build script (closes #18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stickyPiston authored May 15, 2024
1 parent ff15d19 commit be19489
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 @@ -10,7 +10,7 @@
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "tsc --noEmit"
"build": "tsc"
},
"author": "",
"dependencies": {
Expand Down

0 comments on commit be19489

Please sign in to comment.