- The TypeScript workshop has a topic where attendees are going to use decorators
- Publish an email-sending demo package to NPM
- Use the email-sending package inside a React app's class-based component
$ tsc -init
$ npm init
$ tsc
$ npm login
$ npm publish
make sure you've configured your tsconfig.json and signed up to npmjs.com