From 8ca45cd2b06096c14d36a713dce32d7afcb1fed7 Mon Sep 17 00:00:00 2001 From: "Amir H. Khanjani" <72540492+ahkhanjani@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:29:50 +0330 Subject: [PATCH] add a flag to package gen typecheck script (#1154) --- turbo/generators/templates/package.json.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo/generators/templates/package.json.hbs b/turbo/generators/templates/package.json.hbs index dee7c14ce..51f2fc107 100644 --- a/turbo/generators/templates/package.json.hbs +++ b/turbo/generators/templates/package.json.hbs @@ -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:*",