# SeedcordHmrConfig

`interface` in `cli` · v0.2.1

<https://docs.seedcord.org/packages/cli/0.2.1/interfaces/seedcord-hmr-config>

HMR configuration used by the Seedcord CLI.

```ts
interface SeedcordHmrConfig
```

## Properties

### restart

```ts
restart: string[]
```

Glob patterns for files that should trigger a full restart when changed.

### tsconfig

```ts
tsconfig: string;
```

Optional tsconfig path to use for type checking in dev mode.
