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
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.
The text was updated successfully, but these errors were encountered:
Stevenic
added
the
bug
Indicates an unexpected problem or an unintended behavior.
label
Apr 15, 2016
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.
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 thenoImplicitAny
option set.The text was updated successfully, but these errors were encountered: