#!/usr/bin/env node export interface BuildOption { output?: string; watch?: boolean; }