Typescript - Compiler / Transpiler
About
The compiler transform typescript in javacript
Articles Related
List
- official: Typescript - tsc (official compiler)
- babel: https://babeljs.io/docs/en/next/babel-plugin-transform-typescript.html - ie transpilation without type-check.
- With Jest:
- ts-jest - TypeScript preprocessor with source map support