build: ts-api-guardian tsconfig warning with bazel (#27583)

* Suppresses the warning from the Bazel TypeScript rules about overwritten options from the `tools/tsconfig.json` file. This is the only remaining warning that makes our Bazel build on Angular Material "dirty"

PR Close #27583
This commit is contained in:
Paul Gschwendtner 2018-12-10 20:25:49 +01:00 committed by Miško Hevery
parent 8313ffc38d
commit e269274bcd
1 changed files with 5 additions and 2 deletions

View File

@ -30,5 +30,8 @@
"typings-test",
"public_api_guard",
"docs"
]
],
"bazelOptions": {
"suppressTsconfigOverrideWarnings": true
}
}