"settings" lacks a return type annotation #271
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
Thanks for stopping by to let us know something could be better!
Please run down the following list and make sure you've tried the usual "quick
fixes":
If you are still having issues, please be sure to include as much information as
possible:
Environment details
@google-cloud/firestore
version: 0.15.2Steps to reproduce
Running "tsc" produces the error:
node_modules/@google-cloud/firestore/types/firestore.d.ts(105,5): error TS7010: 'settings', which lacks return-type annotation, implicitly has an 'any' return type
I was able to make this go away by changing my tsconfig.json to have "noImplicityAny: false", but it would be great if I didn't have to do this.
The text was updated successfully, but these errors were encountered: