6 ms·
You can still use `tsc` to validate the jsdoc types. It will spit out errors when types don’t match. You can use `tsc` to export the types defined in jsdoc and
by tytho 4y ago
You can still use `tsc` to validate the jsdoc types. It will spit out errors when types don’t match.
You can use `tsc` to export the types defined in jsdoc and other projects that import your module will get all the intellisense and type checking as if it had been written in TypeScript.