You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using TypeScript, we recommend you explicitly list the @types packages you want to use using the types property in the "tsconfig.json" file, or set it to []. Rollup has a dependency on @types/node, which means (without this change) these types will automatically be available in your app even when some of them should not be available based on the target you are using.
The text was updated successfully, but these errors were encountered:
See https://rollupjs.org/ to get started.
Also, this warning when used with TS:
The text was updated successfully, but these errors were encountered: