Skip to content

Commit ea9354e

Browse files
devversionmmalerba
authored andcommitted
build: suppress warnings when building tests with bazel (#13816)
* Suppress Bazel warnings when compiling the unit tests. This is necessary for the test tsconfig because TypeScript does not inherit third-party `tsconfig` options.
1 parent f230633 commit ea9354e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bazel-tsconfig-test.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"compilerOptions": {
77
"importHelpers": false,
88
"types": ["jasmine"]
9+
},
10+
"bazelOptions": {
11+
"suppressTsconfigOverrideWarnings": true
912
}
1013
}

0 commit comments

Comments
 (0)