# heft-node-basic-tutorial This project folder demonstrates a sample configuration of the [Heft](https://www.npmjs.com/package/@rushstack/heft) build system. It illustrates a minimal realistic small project that targets the Node.js runtime. The following tasks are configured: - [TypeScript](https://rushstack.io/pages/heft_tasks/typescript/) compiler - [ESLint](https://rushstack.io/pages/heft_tasks/eslint/) coding style validator - [Jest](https://rushstack.io/pages/heft_tasks/jest/) test runner Please see the [Getting started with Heft](https://rushstack.io/pages/heft_tutorials/getting_started/) article for more information.