type alias CompileOptionsimport { type CompileOptions } from "https://deno.land/x/leaf@v1.0.4/leafCompiler.ts"; definition: { modulePath: string; contentFolders: Array<string>; flags?: Array<string>; output?: string; }