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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
// "moduleResolution": "node", /* Set the JavaScript language version for emitted JavaScript and include compatible lirary declarations. */ /* Emit ECMAScript-standard-compliant class fields. */
"module": "commonjs",
"esModuleInterop": true,
// "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
"outDir": "./dist",
"declaration": true,
"resolveJsonModule": true,
"lib": [
"esnext",
"es2020"
],
"allowJs": true,
"strict": true, /* Enable all strict type-checking options. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */