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":
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", ... }