An open API service indexing awesome lists of open source software.

https://github.com/jecode93/typescript-course


https://github.com/jecode93/typescript-course

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# typescript-course

### In this section I generate the tsconfig file by running
`tsc --init`

- Configure the tsconfig.json file to add the rootDir `/src` path for all TypeScript file
- And the outDir path `/dist` for all the `js compiling file`.
- I use the cmd `tsc --watch` to keep compile all the change all `*.ts` file
- I use the cmd `node --watch dist/index.js` file to see all the necessary output.

## Authors

👤 **Jean Emmanuel Cadet**
- GitHub: [@jecode93](https://github.com/jecode93)
- LinkedIn: [jean-emmanuel-cadet](https://www.linkedin.com/in/jean-emmanuel-cadet/)
- Facebook: [@jecode93](https://www.facebook.com/jecode93)
- Instagram: [@jecode93](https://instagram.com/jecode93)
- Twitter: [@jecode93](https://twitter.com/jecode93)