diff --git a/tsconfig.json b/tsconfig.json index 30546d01de4e..f7b20f6a6087 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,14 @@ "allowJs": true, "skipLibCheck": true, "strict": true, + "noImplicitThis": true, + "strictNullChecks": true, + + + "noUnusedLocals": false, + "noUnusedParameters": false, + "forceConsistentCasingInFileNames": true, - "noImplicitThis": false, "esModuleInterop": true, "module": "esnext", "moduleResolution": "Bundler",