Skip to main content

TypeScript

TypeScript is a typed version of Javascript, built by Microsoft. If itโ€™s usable in Javascript, itโ€™s usable in TypeScript.

Interesting / useful projects with TypeScript:

  • Are the types wrong? (GitHub), created by Andrew Branch (GitHub) (Twitter) who currently works at Microsoft on TypeScript

    This project attempts to analyze npm package contents for issues with their TypeScript types, particularly ESM-related module resolution issues.

    • This seems to be similar to publint for Javascript, but specifically for TypeScript.