TypeScript tutorial: Converting JavaScript Web App to TypeScript

preview_player
Показать описание


Looking for reliable online sources to learn TypeScript to take your JavaScript to the next new level?

Well you’re at the right place here. This TypeScript Fundamental series contains everything necessary to bring you a complete understanding of TypeScript.

Рекомендации по теме
Комментарии
Автор

Thank you for the tutorial, now I have an idea how to convert. I thought TS could also automatically attach types to the functions. Or it really does, but we just did not see it. Probably we need other functions to see that?

bama
Автор

Very informative tutorial! Keep up the great work.

sirko_sobaka
Автор

Thanks, I didn't know about tsc --init.

albertgalvez
Автор

Where are we expected to put our static files like CSS or JPG / PNG? Somewhere into the /dist folder? SCSS files will need to be put somewhere along with the CSS files that they produce.

KylanHurt
Автор

error on my tsconfig.json.
No Inputs were found in config file: Specified 'include paths were [""/*"] and 'excluse
exlude paths were[]

lyleverything
Автор

where you have converted js to ts ????

nshukla