You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm having these errors when using noImplicitAny: true in tsconfig.json. Basicly it needs return type to defined, just not sure which one and how to do it. Is timeago.d.ts file created automatically?
ERROR in [at-loader] ./node_modules/timeago.js/timeago.d.ts:4:5
TS7013: Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.
ERROR in [at-loader] ./node_modules/timeago.js/timeago.d.ts:5:5
TS7013: Construct signature, which lacks return-type annotation, implicitly has an 'any' return type.
The text was updated successfully, but these errors were encountered:
Hello. I'm having these errors when using
noImplicitAny: true
intsconfig.json
. Basicly it needs return type to defined, just not sure which one and how to do it. Istimeago.d.ts
file created automatically?The text was updated successfully, but these errors were encountered: