diff --git a/tsconfig.json b/tsconfig.json index 675a099c33..96e4432167 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,9 +16,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "downlevelIteration": true, "noImplicitOverride": true, - "allowJs": true, "baseUrl": ".", "paths": { "@/*": ["src/*"]