| ▲ | Merad 18 hours ago | |
Can you perform type checking with JSDoc? As in, run type checks in CI/CD, commit hooks, etc? | ||
| ▲ | matt_kantor 16 hours ago | parent [-] | |
Yes. As described in the article, the TypeScript compiler understands type annotations that are written in JSDoc syntax. So you can use `tsc`, just like you would to check `.ts` files. | ||