Hey all!
I've been a happy user of JSDoc to power type checking with TypeScript in JS files.
https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
I'm curious to understand what the relationship of TSDoc is / could be to powering the type checking. Will TSDoc just work™️ in the same way JSDoc does?
Forgive me if this is a silly question, I'm new to TSDoc and I haven't seen anything in the current docs / issues that discusses this.
Hey all!
I've been a happy user of JSDoc to power type checking with TypeScript in JS files.
https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
I'm curious to understand what the relationship of TSDoc is / could be to powering the type checking. Will TSDoc just work™️ in the same way JSDoc does?
Forgive me if this is a silly question, I'm new to TSDoc and I haven't seen anything in the current docs / issues that discusses this.