diff --git a/tsconfig.json b/tsconfig.json index 8acf660004..48b8f6bed1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,9 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, + "strictFunctionTypes": true, + "noImplicitAny": true, + "noImplicitReturns": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "esnext",