import { argv } from "node:process"; const target: string = argv[2] ?? "Node.js"; console.log(`TypeScript build ready for ${target}`);