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
"target": "ES2017", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "CommonJS", /* Facilitates the utilization of a module manager in the compiled JavaScript code, CommonJS is supported and is a standard in Node.js */
"esModuleInterop": true, /* Enables the compilation of ES6 modules to CommonJS modules. */