We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a060cd5 commit 8ca45cdCopy full SHA for 8ca45cd
turbo/generators/templates/package.json.hbs
@@ -13,7 +13,7 @@
13
"dev": "tsc",
14
"format": "prettier --check . --ignore-path ../../.gitignore",
15
"lint": "eslint",
16
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit --emitDeclarationOnly false"
17
},
18
"devDependencies": {
19
"@acme/eslint-config": "workspace:*",
0 commit comments