import * as config from "./subdir/config.json";
// TODO Shouldn't need 'default'
console.log(JSON.stringify(config["default"]));