# SeedcordBuildConfig

`interface` in `cli` · v0.1.0

<https://docs.seedcord.org/packages/cli/0.1.0/interfaces/seedcord-build-config>

Build configuration used by the Seedcord CLI.

```ts
interface SeedcordBuildConfig
```

## Properties

### bootstrap

```ts
bootstrap: string;
```

File name (or relative path) for the bootstrap file emitted inside the build output.

### outDir

```ts
outDir: string;
```

Directory where build artifacts should be emitted. Defaults to ./dist relative to the config directory.

### tsconfig

```ts
tsconfig: string;
```

Optional tsconfig path to use for builds. Defaults to the nearest tsconfig.build.json or tsconfig.json.
