export type CompileOnSaveDefinition = { /** Enable Compile-on-Save for this project. */ compileOnSave?: boolean; };