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
CRA adds noEmit: true which conflicts with emitDeclarationOnly: true as a tsconfig setting but this would be a fine setting for CRA so CRA should check if emitDeclarationOnly: true and in that case not add noEmit: true
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
See #9373
CRA adds
noEmit: true
which conflicts withemitDeclarationOnly: true
as a tsconfig setting but this would be a fine setting for CRA so CRA should check ifemitDeclarationOnly: true
and in that case not addnoEmit: true
The text was updated successfully, but these errors were encountered: