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