DEV Community

Discussion on: So, your friends hate Typescript. Using Typescript without using Typescript.

Collapse
 
michaeljota profile image
Michael De Abreu

Great article. BTW, jsconfig.json files are just tsconfig.json files with checkJs: true by default, so there is no need for that. :P.

Collapse
 
mandrewdarts profile image
M. Andrew Darts

Didn't know that, Pro tip!
Thanks 🤘