diff options
| author | Shinigami <[email protected]> | 2023-02-15 19:29:44 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-15 18:29:44 +0000 |
| commit | e7230f6f10af9633cf0eca18910cbafaaba9ecba (patch) | |
| tree | 60c27d30661f85b8ec2155e8a2f39ffdb8559f63 /tsconfig.json | |
| parent | 1399375686afb99a4ea55a6153601905f395304d (diff) | |
| download | faker-e7230f6f10af9633cf0eca18910cbafaaba9ecba.tar.xz faker-e7230f6f10af9633cf0eca18910cbafaaba9ecba.zip | |
chore: activate noImplicitAny (#1839)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 539c9ac2..16c27dbb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "allowJs": true, "alwaysStrict": true, "strictFunctionTypes": true, + "noImplicitAny": true, "useUnknownInCatchVariables": true, "stripInternal": true, "baseUrl": "." |
