18. Understanding Typescript Core libs in the tsconfig.json file

preview_player
Показать описание
Hi Friends
In this video, we will see how the document and dom will work in the typescript and the lib option in the tsconfig .json file

If you like this video, please subscribe to my channel.
Рекомендации по теме
Комментарии
Автор

Good afternoon, how do I include files outside of rootDir inside the "include" field within tsconfig.json? For example the package.json which is outside the src folder.

samuelmarcossherman
Автор

Thankyou bro, for this video, very good explanation. can you please make video for Modules in tsconfig. it's confusing so if you make it, it is very useful, when we use ts-node with latest module: 'esnext', it's get error like "TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" so please help. thankyou

tamilmurugan
Автор

Hi Leela,

Thanks for the tutorial.

As you mentioned, without target the typescript won't understand the javascript methods or objects. I removed the target option from the tsconfig file and still I can able to see the output and no errors.

Or my understanding is wrong? Please clarify.

Thanks

amarnath