import screeps from "rollup-plugin-screeps"; import type { InputPluginOption } from "rollup"; import { create } from "./rollup.config"; const pushConfig = create(); (pushConfig.plugins as InputPluginOption[]).push(screeps({ configFile: "./screeps.json" })); export default pushConfig;