twitter-bot-playground
twitter-bot-playground copied to clipboard
Typings example
trafficstars
This beautifl example from @LukeStoneHm as a base for how to create TypeScript classes and interfaces throughout the project :ok_hand:

Would you like me to paste the code here? Easier to work with than an image, although writing it out is more practice for yourself :smile:
Hey @LukeStonehm I think I'd like to type it out, as you say to get the practice 👍
Also, did you have a resource for how to set the tsconfig.json so it uses the @types in the pagcakge.json file?
Like this:
"types": [
"node",
"dotenv"
],