For the meantime, while it is not yet supported, JSDoc might be come useful to type check the rollup configuration. (It only works on editor that support JSDoc. e.g. VSCode).
/** @type {import('rollup').RollupOptions} */
const options = {
...
};
export default options;