Skip to content

Remove Implicit Any from Included TypeScript Definition File #105

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

Closed
thoughtentity opened this issue Apr 14, 2016 · 3 comments
Closed

Remove Implicit Any from Included TypeScript Definition File #105

thoughtentity opened this issue Apr 14, 2016 · 3 comments
Assignees
Labels
bug Indicates an unexpected problem or an unintended behavior.

Comments

@thoughtentity
Copy link

The bundled TypeScript definition file included in npm package will cause build errors durring a TypeScript build if a user's tsconfig.json file has the noImplicitAny option set.

screen shot 2016-04-14 at 12 16 46 am

@Stevenic
Copy link
Contributor

I've checked in a fix for this. Should be pushed in the next version of the library I'm planning to release later tonight.

@Stevenic
Copy link
Contributor

So to be clear... I think the issue you're seeing is that YOU have noImplicitAny enabled for your project and I had missed a couple of spots in my .d.ts file. I've checked in fixes for those issues which should allow your project to build now.

@Stevenic
Copy link
Contributor

Should be fixed in v0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or an unintended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants