Skip to content

Commit

Permalink
refactor: remove project arg from ts check
Browse files Browse the repository at this point in the history
  • Loading branch information
BetaTheFolf committed Jun 24, 2022
1 parent c0c8e3e commit b501568
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 @@ -7,7 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"typescript:check": "./node_modules/.bin/tsc --noEmit --project ./tsconfig.json"
"typescript:check": "./node_modules/.bin/tsc --noEmit"
},
"dependencies": {
"@faker-js/faker": "^6.0.0",
Expand Down

0 comments on commit b501568

Please sign in to comment.