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
"module": "commonjs", // Specify what module code is generated.
"target": "es2019", // Set the JavaScript language version for emitted JavaScript and include compatible library declarations. // see more at node.green
"esModuleInterop": true, //Emit additional JavaScript to ease support for importing CommonJS modules
"allowJs": true, // Allow javascript files to be compiled.