-
Adding |
Beta Was this translation helpful? Give feedback.
Answered by
patroza
Oct 26, 2023
Replies: 1 comment 2 replies
-
In .nuxt/types, Nuxt generates: To workaround the issue, a patch for the npm package: diff --git a/lib/plugin.d.ts b/lib/plugin.d.ts
new file mode 100644
index 0000000000000000000000000000000000000000..5298df7f0f673c97fe02c77b016ac9998ade2291
--- /dev/null
+++ b/lib/plugin.d.ts
@@ -0,0 +1,2 @@
+declare const _default: any;
+export default _default; |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
patroza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In .nuxt/types, Nuxt generates:
InjectionType<typeof import("../../../../node_modules/.pnpm/[email protected]/node_modules/nuxt-highcharts/lib/plugin").default> &
but this file doesn't existTo workaround the issue, a patch for the npm package: