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
There are a lot of TS compiler options. Some make sense with webpack, some don't. There have been pain points in the past where certain options cause issues (declaration, sourceMap, noLib, etc). So far these have been handled as reported on a case-by-case basis but I think it would be good to be proactive and evaluate all compiler options to make sure that the loader:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
There are a lot of TS compiler options. Some make sense with webpack, some don't. There have been pain points in the past where certain options cause issues (
declaration
,sourceMap
,noLib
, etc). So far these have been handled as reported on a case-by-case basis but I think it would be good to be proactive and evaluate all compiler options to make sure that the loader:Here is an ongoing list of compiler options:
The text was updated successfully, but these errors were encountered: