setup of a node project with typescript and tsconfig.json - 2022

Опубликовано: 31 Март 2025
на канале: Nathan Krasney
756
14

More about me https://nathankrasney.com/

קורסים בטייפסקריפט בעברית במבצע
https://nathankrasney.podia.com/b1c1e...

If you don't have time you can clone the project to get the setup or follow the readme. Otherwise, watch the video ...

Source code - https://github.com/NathanKr/node-type...

Sections :
00:00 - Motivation
00:20 - A basic setup that is enough for one typescript file
02:00 - Watch mode
04:00 - Add tsconfig.json file
06:10 - Tweak compiler options in tsconfig.json
12:00 - Use module import \ export
15:00 - Add scripts to package.json