Empty template for creating a new TypeScript app with the following dependencies configured:
- Google TypeScript Style
- Chalk 4*
- Commander
- Unit tests:
- Mocha (with TypeScript type definitions)
- Chai 4.3.10* (with TypeScript type definitions)
- A simple dev container
- Initial VS Code debugging config
* Using earlier version to avoid conflicts with CommonJS and ES Module syntax.
Aside from configuring the basic dependencies, the
Special thanks to Mike Hopcroft who has done the legwork to define this as a simple starter approach for writing TypeScript apps. I'm simply capturing his teaching in this template so I have reusable starting point.