diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d7cca18960..91cd174a6b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -162,3 +162,7 @@ apps/web/src/locales/en/messages.json **/*.Dockerfile **/.dockerignore **/entrypoint.sh + +## Overrides +# tsconfig files are potentially dangerous and will be reviewed by platform to prevent misconfigurations +**/tsconfig.json @bitwarden/team-platform-dev