0.0.15 • Published 4 years ago

extend-service v0.0.15

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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