Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 490 Bytes

File metadata and controls

18 lines (12 loc) · 490 Bytes

typescript

TypeScript Vanilla setup using esbuild-loader as an alternative to ts-loader and using tsc for type-checking

Commands

  • npm run typecheck

  • npm run build

  • npm run serve

All credits to: Hiroki osame / privatenumber : https://github.com/privatenumber : Esbuild-loader Microsoft : Typescript Ryan Dahl : Node.js Foundation