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
To ensure we are following best practices when it comes to ECMAscript we should make the following changes to the tsconfig.json
However this change requires import specifiers to include file extension so we have to rewrite all imports to end with .js
module: "ESNEXT",
moduleResolution: "ESNEXT"
The text was updated successfully, but these errors were encountered:
To ensure we are following best practices when it comes to ECMAscript we should make the following changes to the tsconfig.json
However this change requires import specifiers to include file extension so we have to rewrite all imports to end with .js
The text was updated successfully, but these errors were encountered: