diff --git a/tools/tsconfig.json b/tools/tsconfig.json index 76d18b8ec60da..086b31659960e 100644 --- a/tools/tsconfig.json +++ b/tools/tsconfig.json @@ -30,5 +30,8 @@ "typings-test", "public_api_guard", "docs" - ] -} \ No newline at end of file + ], + "bazelOptions": { + "suppressTsconfigOverrideWarnings": true + } +}