module.exports = {
  "filetypes": [
    ".html",
    ".js",
    ".ts",
    ".css",
  ],
  directory: '/build',
  algorithms: ['br', 'gz'],
};
