There is no need to learn typescript explicitly until you are planning to work on Angular 2 /4 .
Typescript is good, forces you to write better JavaScript code, complies to JavaScript but, essentially not required for other frameworks.
ES6 is enough JavaScript to work on all libraries and frameworks.