# CompilerOptions

Property in [Project](https://docs.yarnspinner.dev/2.4/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, object> CompilerOptions { get; set; };
```
