@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
47 lines (23 loc) • 616 B
Markdown
<!-- 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