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
// tsconfig.json// http://www.typescriptlang.org/docs/handbook/compiler-options.html{"compilerOptions": {// Enable a group of strictness checks."strict": true,// Resolve dependencies like Node.js."moduleResolution": "node",// Suppress noImplicitAny errors when indexing."suppressImplicitAnyIndexErrors": true}}