Skip to content

Commit

Permalink
tsc noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Nov 7, 2024
1 parent bf39813 commit 4c340df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Core functionality for Hedron",
"keywords": [],
"scripts": {
"typecheck": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit -p tsconfig.json",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix"
},
"repository": {
Expand Down

0 comments on commit 4c340df

Please sign in to comment.