babel

How to setup Jest in a TypeScript, Babel and Webpack project

As you might know, I have been diving into setting up a boilerplate for a TypeScript project with React. And…

5 years ago

How to setup ESLint for Typescript code

The Typescript team recently announced its road map. Interestingly, they have decided to not focus on TSLint any more and…

5 years ago

How to setup Typescript with Babel and Webpack

After seeing a lot of projects making the move to Typescript, I recently started to give it a shot as…

5 years ago

Using Babel to import/export ES2015 modules in Node.js

Using "require" statements (commonJS syntax) in your server side code while writing "import" and "export" statements (ES2015 syntax) for your…

7 years ago
Advertisements