Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript errors with noImplicitAny: true #125

Closed
GuskiS opened this issue Apr 2, 2017 · 0 comments
Closed

TypeScript errors with noImplicitAny: true #125

GuskiS opened this issue Apr 2, 2017 · 0 comments

Comments

@GuskiS
Copy link

GuskiS commented Apr 2, 2017

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant