# CompilerOptions

Property in [Project](https://docs.yarnspinner.dev/api/csharp/yarn.compiler/yarn.compiler.project)

## Summary

Gets or sets a dictionary containing instructions that control how the Yarn Spinner compiler should compile a project.

```csharp
public Dictionary<string, JsonValue> CompilerOptions { get; set; }
```
