Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(blogpost): Type-safe webpack/jest/prettier config with TypeScript without using it at all #4

Open
Hotell opened this issue Jun 13, 2018 · 0 comments

Comments

@Hotell
Copy link
Owner

Hotell commented Jun 13, 2018

  • why types are useful/needed beyond application logic ( for our dev-stack tooling configuration )
  • what did we use till now ( ts-node, tsc && node ... )
  • showcase by using JSDoc and @ts-check to write simple Webpack config
    • hoisting all types on top of file
    • extracting types to separate files ( pattern )
    • defining ambient types for 3rd party libraries that don't have types ( pattern )
  • typing jest and prettier config
  • validation npm-script
@Hotell Hotell changed the title feat(blogpost): Type-safe webpack, jest, prettier config with TypeScript without using it at all feat(blogpost): Type-safe webpack/jest/prettier config with TypeScript without using it at all Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant