TypeScript: tsconfig demystified!

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

This is by far the best tsconfig explanation I’ve seen on Youtube. Hope you cover other stuff like baseUrl too. Thanks for the great vid! 😊

anthonylee
Автор

So glad to have discovered this channel. I'm fairly new to Typescript and I'm just overwhelmed with all the options and module types and and and... Thanks for helping with this concise explanation. More on modules would be great.

FrancoisBothaZA
Автор

Awesome! Do you think you have time to continue part 2 to explain the module more in depth?

sammas
Автор

How can you have only 900 subscriber. Your quality of video are so good!

studiowebselect
Автор

Excellent video! This is simple and clear, exactly what i was looking for. I just subbed to your channel and i am waiting for more videos like this one!!

Douwab
Автор

Very informative. I hope you grow your channel. You got a new subscriber.

JunreyBeduya
Автор

I really liked the real-world explanations of _when_ a dev might want to change an option or select specific options. The tsconfig docs are ok at explaining what an option does, but not why it would impact me.

seangwright
Автор

7:37 It only works on Unix systems (Linux, Mac OS) and it doesn't work on Windows. The universal solution is to use the rimraf library.

weroro
Автор

Once again, great video. One question though, you've mentioned that the two most important options are "strict": true; and "noUncheckedIndexedAccess": true, . How about option "strictNullChecks"? This one should be pretty important too no?

Freeman