/** @type {import("../../../types.d.ts").Configuration} */
export default {
entry: "./index",
target: "web",
experiments: {
css: true
}
};