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
Now only the ESModule target is supported. It is not a severe problem because React code is handled by bundlers. If you also need to run the code by ts-node you can set up your tsconfig.json like this:
Now only the ESModule target is supported. It is not a severe problem because React code is handled by bundlers. If you also need to run the code by
ts-node
you can set up yourtsconfig.json
like this:But if you really need CommonJS support, please vote and address your use case here!
The text was updated successfully, but these errors were encountered: