From 14eb48ddb33997ffb91b4e28f46679ef9e96578e Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Mon, 6 Sep 2021 20:41:01 -0400 Subject: [PATCH] remove diagnostics flag --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bbbd924248b..d47685763bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "allowSyntheticDefaultImports": true, - "diagnostics": true, "isolatedModules": true, "module": "ESNext", "moduleResolution": "Node",