DEV Community

Discussion on: Starting with TypeScript via JSDoc

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

If you want to have TypeScript warnings, not just typings, you will always need // @ts-check (AFAIK).

Collapse
 
andi1984 profile image
Andreas Sander

@patarapolw That is absolutely correct.