diff --git a/src/cli/tsconfig-for-init.json b/src/cli/tsconfig-for-init.json index 53eabed079b318..dd55899ec6e865 100644 --- a/src/cli/tsconfig-for-init.json +++ b/src/cli/tsconfig-for-init.json @@ -16,10 +16,6 @@ /* Linting */ "skipLibCheck": true, "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, - "useUnknownInCatchVariables": true, - "noPropertyAccessFromIndexSignature": true - }, + "noFallthroughCasesInSwitch": true + } }