nx/docs/generated/devkit/JsonSerializeOptions.md

22 lines
302 B
Markdown

# Interface: JsonSerializeOptions
## Table of contents
### Properties
- [spaces](../../devkit/documents/JsonSerializeOptions#spaces)
## Properties
### spaces
`Optional` **spaces**: `number`
the whitespaces to add as indentation to make the output more readable.
**`Default`**
```ts
2;
```