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