vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.64k stars 2.08k forks source link

fix(ES-230): `buildModule` types in tsconfig strict mode #7064

Closed jagoral closed 8 months ago

jagoral commented 8 months ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

๐Ÿ“ Checklist

changeset-bot[bot] commented 8 months ago

๐Ÿฆ‹ Changeset detected

Latest commit: 35adb29bde2d77b095d005afa045dbf75531d9e2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------- | ----- | | @vue-storefront/sdk | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Tofandel commented 8 months ago

This broke the rest of the typescript builds, now typescript always fails if only 1 param is given to buildModule

image