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
5 export = picocolors
~~~~~~~~~~~~~~~~~~~
This module is declared with 'export =', and can only be used with a default import when using the 'allowSyntheticDefaultImports' flag.
This makes picocolors not an ideal transitive dependency, as it forces dependant projects to use specific TS configuration, which they may want to avoid.
Are there any strong reasons why export = picocolors export style is used?
The text was updated successfully, but these errors were encountered:
This appears to work with #60. I modified one more file in addition to changes done for testing the TypeScript integration for #59 and building and running worked:
When compiling TS, following errors is thrown:
This makes picocolors not an ideal transitive dependency, as it forces dependant projects to use specific TS configuration, which they may want to avoid.
Are there any strong reasons why
export = picocolors
export style is used?The text was updated successfully, but these errors were encountered: