mockdeep / typewiz

Automatically discover and add missing types in your TypeScript code
https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
1.1k stars 46 forks source link

Multiple files #28

Closed guigaoliveira closed 6 years ago

guigaoliveira commented 6 years ago

Is it possible to use in multiple files (large project)? Thanks!

urish commented 6 years ago

Yes, check out typewiz-node for a node.js project, or typewiz-webpack for a frontend project. As I mentioned in the blog post, I used typewiz with firebase-server, as well as one of the internal project's at blackberry, with hundreds of source files.

If you need more guidance, just drop me a line here.