https://github.com/jecode93/typescript-course
https://github.com/jecode93/typescript-course
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jecode93/typescript-course
- Owner: jecode93
- License: mit
- Created: 2024-01-15T17:25:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T19:09:19.000Z (over 2 years ago)
- Last Synced: 2024-05-17T16:05:25.890Z (about 2 years ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)