This project folder demonstrates a sample configuration of the Heft
build system. It illustrates a minimal realistic small library project that targets the web browser runtime,
and builds using the rig package @rushstack/heft-web-rig.
The library is imported by the heft-web-rig-app-tutorial project.
The following tasks are configured:
- TypeScript compiler
- ESLint coding style validator
- Jest test runner
- API Extractor task for .d.ts rollup generation
Please see the Getting started with Heft and Using rigs articles for more information.