Skip to content

Commit

Permalink
build: ts-api-guardian tsconfig warning with bazel (#27583)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
devversion authored and mhevery committed Dec 13, 2018
1 parent 89ace1a commit a808c7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/tsconfig.json
Expand Up @@ -30,5 +30,8 @@
"typings-test",
"public_api_guard",
"docs"
]
}
],
"bazelOptions": {
"suppressTsconfigOverrideWarnings": true
}
}

0 comments on commit a808c7d

Please sign in to comment.