Jul 25, 2024
The point of TypeScript is to avoid crashing the entire application due to a TypeError. It's an improvement over untyped languages like JavaScript or Python, but as soon as you need speed on the backend then Rust, Go, etc. will be better options than Node.
You're way off trying to use Mocha anyway -- though Jest also requires a shit ton of unnecessary stupid setup too including ridiculous amounts of mocks.