A starter template for projects using Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.
npm run build
npm run build:types
npm run typecheck
And to run in --watch
mode:
npm run typecheck:watch
A starter template for projects using Webpack and Babel to build TypeScript code, and using TypeScript for type-checking.
npm run build
npm run build:types
npm run typecheck
And to run in --watch
mode:
npm run typecheck:watch