Is TypeScript slower than JavaScript

JavaScript
JavaScript (and Typescript) are actually pretty performant, courtesy of the insane work done by the v8 team. But, Typescript really doesn't impact thatSlightly faster. TypeScript is compiled to javascript but to a minimised form
and therefore loads faster.
Source

Also in JavaScript: