When setting a default plugin, TypeScript doesn't recognize the plugin as installed, however it is available at runtime. This probably fixes the issue: ```ts plugins: BufWrapperPlugins<Plugins> & typeof BufWrapper.defaultPlugins ```