
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->

# Typia Executor

## `outputPath`
- **Type**: `string`
- **Default**: `"{sourceRoot}/__generated__/typia"`

> Output Path


The output path for the build


## `entry`
- **Type**: `array`
- **Default**: `["{sourceRoot}/index.ts"]`

> Entry File(s)


The entry file or files to build


## `tsconfig`
- **Type**: `string`
- **Default**: `"{projectRoot}/tsconfig.json"`

> TSConfig Path


The path to the tsconfig file


## `clean`
- **Type**: `boolean`
- **Default**: `true`

> Clean


Clean the output directory before building


