> ## Documentation Index
> Fetch the complete documentation index at: https://codluv.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Frequently asked questions about cleocode

Frequently asked questions about **cleocode**.

> This is a stub page. Common questions will be added here as they arise.

## How do I configure forge-ts?

Create a `forge-ts.config.ts` file in your project root. See [Configuration](/configuration).

## What TypeScript version is required?

forge-ts requires TypeScript 5.0 or later.

## How do I run @example blocks as tests?

```bash theme={null}
npx forge-ts test
```
