# SeedcordHmrConfig

`interface` in `cli` · v0.1.0

<https://docs.seedcord.org/packages/cli/0.1.0/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. Defaults to the nearest tsconfig.json.
