/** @type {import("../../../").Configuration} */
module.exports = {
entry: "./index",
cache: {
type: "filesystem"
}
};