There are many whom are adamant about Typescript. It has an almost viral nature. It is beneficial for everything in your upstream dependencies to be well typed. This definitely gives it a bad reputation for those who don’t gain the benefits.
- interfaces vs types
- tsconfig seems to be tribal knowledge passed between generations
Links!
Generators
https://dev.to/gsarciotto/generators-in-typescript-4b37 https://itnext.io/fast-pipelines-with-generators-in-typescript-85d285ae6f51
TS Checkers
- https://github.com/jeffijoe/typesync
- Install missing TypeScript typings for dependencies in your
package.json
.
- Install missing TypeScript typings for dependencies in your
- https://github.com/codemix/deprank
- Use PageRank to find the most important files in your codebase.
- https://github.com/sverweij/dependency-cruiser
- Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.