#!/usr/bin/env node
/* tslint:disable */
import chalk from "chalk";

console.error(chalk.cyan("You probably meant to type buidler. We got you."));

require("./bootstrap");
