refactor: fix remaining typescript strict flag failures (#30993)
Fixes the remaining TypeScript --strict flag failures for source files which are not part of any specific release package. PR Close #30993
This commit is contained in:

committed by
Miško Hevery

parent
012b535147
commit
a27c5dd740
@ -10,6 +10,9 @@ ng_module(
|
||||
"src/**/*.ts",
|
||||
],
|
||||
),
|
||||
# Disable building with strict compatibility as the platform-webworker package is
|
||||
# deprecated and therefore it is not needed to make it compatible with --strict.
|
||||
tsconfig = "//packages:tsconfig-build-no-strict",
|
||||
deps = [
|
||||
"//packages:types",
|
||||
"//packages/common",
|
||||
|
Reference in New Issue
Block a user