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 Sep 14, 2022. It is now read-only.
"importHelpers": true,/* Import emit helpers from 'tslib'. */
/* Strict Type-Checking Options */
"strict": true,/* Enable all strict type-checking options. */
/* Additional Checks */
"noUnusedLocals": true,/* Report errors on unused locals. */
"noUnusedParameters": true,/* Report errors on unused parameters. */
"noImplicitReturns": true,/* Report error when not all code paths in function return a value. */
"noFallthroughCasesInSwitch": true,/* Report errors for fallthrough cases in switch statement. */
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */