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
Getting this error when running tsc in a project that depends on `rollup-plugin-svelte-hot.
../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/rollup-plugin-svelte-hot/index.d.ts:10:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier.
10 class CssWriter {
~~~~~
The text was updated successfully, but these errors were encountered:
Getting this error when running
tsc
in a project that depends on `rollup-plugin-svelte-hot.The text was updated successfully, but these errors were encountered: