This project folder demonstrates a sample configuration of the Heft
build system. It illustrates a minimal realistic small project that targets the Node.js runtime,
and builds using the rig package @rushstack/heft-node-rig
.
The following tasks are configured:
- TypeScript compiler
- ESLint coding style validator
- Jest test runner
Please see the Getting started with Heft and Using rigs articles for more information.