a-tarasyuk / webpack-typescript-babel

A sample setup using Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack-TypeScript-Babel

This is sample repository demonstrates how to use Webpack, TypeScript and Babel

Building the repo

npm run build

Building only types

npm run build:types

Type-Checking the repo

npm run type-check

And to run in --watch mode:

npm run type-check:watch

About

A sample setup using Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.


Languages

Language:TypeScript 51.2%Language:JavaScript 48.8%