Skip to content

Commit

Permalink
Oops. We still need to disable noImplicitThis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lehenbauer committed Aug 8, 2019
1 parent c581a3b commit 1fc55be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/firestore/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../config/tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"noImplicitThis": false,
"strictBindCallApply": false,
"strictPropertyInitialization": false
},
Expand Down

0 comments on commit 1fc55be

Please sign in to comment.