diff --git a/tsconfig.base.json b/tsconfig.base.json index af2501b34cc3..64b95c92c311 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -12,6 +12,7 @@ "isolatedModules": true, "skipLibCheck": true, "resolveJsonModule": true, - "noImplicitThis": true + "noImplicitThis": true, + "noImplicitAny": true } }