Align tsconfig with ts_project outputs
rules_ts validates that path-affecting TypeScript options are known to
Bazel. The reviewers tsconfig inherited rootDir from the shared
plugin config, which resolves outside the web package, and also
declared an IDE outDir that the ts_project rule overrides anyway.
Override rootDir locally and remove the stale outDir so the effective
tsconfig matches the package-local ts_project outputs, following the
same fix in the delete-project plugin (Ic9d6f031).
Change-Id: Ie6cecfc18520458f2b682a4a463eb47822505197
1 file changed