|
|
|
|
|
by culi
182 days ago
|
|
That is exactly how it works. Any IDE providing you intellisense is using the TypeScript language service. That's why this article is called "JSDoc is TypeScript". If you see a red squiggly because of your JSDoc comment, you are almost certainly already using TypeScript (without any .ts files) |
|
Wishful thinking on my part that an alternative solution for JSDoc based type checking exists :)