diff --git a/tsconfig.json b/tsconfig.json index 42bf6e0356..d203558463 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "root": true, "compilerOptions": { + "removeComments": true, "noFallthroughCasesInSwitch": true, "noUnusedParameters": true, "noImplicitReturns": true,