interface CompileOptionsimport { type CompileOptions } from "https://deno.land/x/aleph@v0.2.2/tsc/compile.ts"; Propertiestarget: stringmode: "development" | "production"reactRefresh: booleanrewriteImportPath: (importPath: string, async?: boolean) => string