From f9841764cc826ced7044f0cc866e4f879954cfd4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 3 May 2022 09:55:04 -0700 Subject: [PATCH] Re-enable project-wide tsc Summary: On top of the stack, this should be green again. Reviewed By: nikoant Differential Revision: D36100200 fbshipit-source-id: 581e3d825ef8e088f6d5ed4b0fcdfea574121667 --- desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/package.json b/desktop/package.json index 538814338..f38749507 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -134,7 +134,7 @@ "fix": "eslint . --fix --ext .js,.ts,.tsx", "lint": "yarn lint:eslint && yarn lint:tsc && yarn tsc-plugins", "lint:eslint": "eslint . --ext .js,.ts,.tsx", - "lint:tsc": "tsc -p tsc-root/tsconfig.json --noemit", + "lint:tsc": "tsc && tsc -p tsc-root/tsconfig.json --noemit", "list-plugins": "./ts-node scripts/list-plugins.tsx", "open-dist": "open ../dist/mac/Flipper.app --args --launcher=false --inspect=9229", "postinstall": "patch-package && yarn --cwd plugins install --mutex network:30331 && yarn tsc -b pkg-lib/tsconfig.json && ./ts-node scripts/generate-plugin-entry-points.tsx && yarn build:tsc && yarn build:themes",