# SeedcordBuildConfig

`interface` in `cli` · v0.2.1

<https://docs.seedcord.org/packages/cli/0.2.1/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.

### tsconfig

```ts
tsconfig: string;
```

Optional tsconfig path to use for builds.
