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
I’m quite sure the library itself is compiled with noImplicitAny: true. I’m going to need your TypeScript version, because I do want to know what versions work and what ones don’t.
It looks like this problem: microsoft/TypeScript#9657 but I haven’t worked out why it compiles with ngc and TS 2.7.
I might be a couple of days getting to a dev machine. You could hang tight with the workaround, or zap a PR with `export const TouchBackend: ({enableMouseEvents}: {enableMouseEvents: boolean}) => Backend;`
...although I wouldn’t be able to release 1.0.8 either, so probably just hang tight.
On 21 Jun 2018, at 23:36, punxrok ***@***.***> wrote:
My TypeScript version is 2.7.2 my IDE is WebStorm.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
I am trying to integrate angular-skyhook into my angular project (based on https://github.com/ngx-rocket/starter-kit).
When I try to start my development server I get the following error:
ERROR in node_modules/angular-skyhook-multi-backend/ambient.d.ts(26,47): error TS7031: Binding element 'boolean' implicitly has an 'any' type.
I'm using the latest version of angular-skyhook (1.0.7).
My current workaround is setting "noImplicitAny": false in tsconfig.
module declaration:
ambient.d.ts:
The text was updated successfully, but these errors were encountered: