UNPKG

249 BJavaScriptView Raw
1'use strict';
2
3/**
4 * Sets some required defaults to ensure that they are present even if the user doesn't configure them.
5 * Most of them will be overridden when the user configuration is sourced.
6 */
7
8module.exports = require('./default-config');