Skip to content

Commit

Permalink
add a flag to package gen typecheck script (t3-oss#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani authored Aug 19, 2024
1 parent a060cd5 commit 8ca45cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/generators/templates/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev": "tsc",
"format": "prettier --check . --ignore-path ../../.gitignore",
"lint": "eslint",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"devDependencies": {
"@acme/eslint-config": "workspace:*",
Expand Down

0 comments on commit 8ca45cd

Please sign in to comment.