Skip to content

Instantly share code, notes, and snippets.

@damianknopp
Created June 15, 2020 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damianknopp/48b485b950f319cce8e5306dad57fe56 to your computer and use it in GitHub Desktop.
Save damianknopp/48b485b950f319cce8e5306dad57fe56 to your computer and use it in GitHub Desktop.
add-ts-to-react-and-webpack.sh
#!/usr/bin/env bash
# eject react starter and run
yarn add --dev fork-ts-checker-webpack-plugin \
typescript \
@types/node \
@types/react \
@types/react-dom \
@types/react-redux \
@types/jest \
@types/lodash \
@types/d3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment