import {CompilationTargetId} from "./CompilationTargetId"; export interface CompilationTarget { extension?: string; fallbacks: Array; }