hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.28k stars 288 forks source link

@tsconfig/svelte (dependency) missing after upgrade #589

Open anito opened 1 year ago

anito commented 1 year ago

After an upgrade to 7.0.0-beta.3 the app crashes with Error "@tsconfig/svelte/tsconfig.json" File Not Found

Investigating if @tsconfig/svelte was installed, an empty folder "@tsconfig/svelte" was found.

Manually installation of "@tsconfig/svelte" fixed the issue.

Inspecting package-lock.json none of the @smui components seem to depend on "@tsconfig/svelte" although most if not all @smui components rely on it in their "tsconfig.json" by extending "@tsconfig/svelte":

{ "extends": "@tsconfig/svelte/tsconfig.json", ... }