wix / stylable

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

chore: remove ignoreDeprecations from ts-config #2937

Closed idoros closed 5 months ago

idoros commented 5 months ago

This PR removes the ignoreDeprecations typescript compile option. The deprecation ignore config is supposed to last until 5.4 (typescript is currently at 5.3.3).

We should try to enable verbatimModuleSyntax instead of the deprecated importsNotUsedAsValues config.