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
"allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
"baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */,
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
"module": "commonjs" /* Specify what module code is generated. */,
"outDir": "./dist" /* Redirect output structure to the directory. */,
"paths": {} /* Specify a set of entries that re-map imports to additional lookup locations. */,
"rootDir": ".",
"target": "ES2019" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,