Skip to content

Commit 1020ea5

Browse files
author
Michael Lehenbauer
committed
Remove unnecessary tsconfig.json flags. (#2067)
tsconfig.base.json enables "strict" now which implicitly enables "strictFunctionTypes", "strictNullChecks", and "noImplicitAny" so we don't need to do so explicitly. Disabling "alwaysStrict" was unnecessary since we have no violations.
1 parent d205f0c commit 1020ea5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/firestore/tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"extends": "../../config/tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "dist",
5-
"strictFunctionTypes": true,
6-
"strictNullChecks": true,
7-
"noImplicitAny": true,
8-
"alwaysStrict": false,
95
"noImplicitThis": false,
106
"strictBindCallApply": false,
117
"strictPropertyInitialization": false

0 commit comments

Comments
 (0)