Steven Frieson

Results 6 comments of Steven Frieson

This is maybe too delayed to be helpful, but I'm wondering if you've seeing the package [typesync](https://www.npmjs.com/package/typesync). It is not perfect, but it works very well. It seems the lib...

I definitely think the documentation is a good option, though it's made clumsy by the fact that one would have to run `ts-migrate-full` then `typesync` then `ts-migrate reignore`. Alternatively someone...

I've started some work on something like this. My goal is to be able to supply custom plugins to the migrate command so it is a little more related to...

I've been working for a bit now on adding an `@types/canvas-sketch` package which might be helpful for you instead. I've been using the types in my `.js` files and it's...

@alvinometric I have not for the same reason I stated above. My usage is very limited. My intention is to publish it under [Definitely Typed](https://github.com/DefinitelyTyped/DefinitelyTyped) (@types/*), but it seems like...

I wasn't sure if you were interested in adding JSDoc comments to the code base, which is why I went the route of maintaining definition files locally to unblock myself.