# IMQClientOptions.compile property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqclientoptions.compile/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Transpile the generated client and evaluate it in-process, returning its exports.

**Signature:**

```typescript
compile: boolean;
```

## Default Value

true

## Remarks

With `false`, generation only emits files and client creation resolves to `null`.

