When I import the plugin in config.ts, it's making an error on the docs,
import { codeSwitcherPlugin } from 'vuepress-plugin-code-switcher'
export default defineUserConfig({
...
plugins: [
codeSwitcherPlugin()
],
...
});
The error is the following one :
