Introduction to Typescript — Part 2 : Creating ts config file.
2 min readNov 3, 2021
--
We have seen what is typescript , why we use it and so on , in our previous blog. There we mentioned that typescript is a superset of javascript and adds more compiler and syntax rules that helps us to do static type and error checking, which helps in writing better error free code.