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
/* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"target": "esnext",
/* Specify what module code is generated. */
"module": "ESNext",
/* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "node",
/* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. Do not turn it on, otherwise anyone who uses the library is forced to also turn it on. */