Skip to content

Commit e269274

Browse files
devversionmhevery
authored andcommitted
build: ts-api-guardian tsconfig warning with bazel (angular#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 angular#27583
1 parent 8313ffc commit e269274

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tools/tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
"typings-test",
3131
"public_api_guard",
3232
"docs"
33-
]
34-
}
33+
],
34+
"bazelOptions": {
35+
"suppressTsconfigOverrideWarnings": true
36+
}
37+
}

0 commit comments

Comments
 (0)