-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Milestone
Description
I am currently working on building up a suite of gulp tasks and a gulpfile that are all implemented using typescript. For this, I use the compiler option "noImplicitAny": true.
Using that options will cause typescript to fail to compile my existing tasks that use remap-istanbul, as there is no type information for remap-istanbul available.
While I could define such typings myself, I'd rather would like these to be included directly into the package, so that I can reuse these typings from where ever I like. And others might also want this.
While one could publish the typings over at definitely typed, this would require a second party to maintain these typings, which is kind of counter productive.
What do you think?
demurgos and asbjornu