wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

fix(runtime): expose stylesheet types in package exports #2924

Closed idoros closed 7 months ago

idoros commented 7 months ago

This pr introduces the addition of @stylable/runtime/stylesheet mapping to the exports field in the package.json of the runtime package.

This is specifically aimed at facilitating projects that utilize TypeScript with moduleResolution: node16 in conjunction with the global stylesheet types approach.