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
"strictFunctionTypes": true, /* Enable strict checking of function types. */
15
-
"strictPropertyInitialization": true, /* Enable strict checking of property initialization in classes. */
16
-
"noImplicitThis": true, /* Raise error on 'this' expressions with an implied 'any' type. */
17
-
"alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each source file. */
18
-
"noUnusedLocals": true, /* Report errors on unused locals. */
19
-
"noUnusedParameters": true, /* Report errors on unused parameters. */
20
-
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
21
-
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
22
-
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
11
+
"strict": true/* Enable all strict type-checking options. */,
12
+
"noImplicitAny": true/* Raise error on expressions and declarations with an implied 'any' type. */,
"strictFunctionTypes": true/* Enable strict checking of function types. */,
15
+
"strictPropertyInitialization": true/* Enable strict checking of property initialization in classes. */,
16
+
"noImplicitThis": true/* Raise error on 'this' expressions with an implied 'any' type. */,
17
+
"alwaysStrict": true/* Parse in strict mode and emit "use strict" for each source file. */,
18
+
"noUnusedLocals": true/* Report errors on unused locals. */,
19
+
"noUnusedParameters": true/* Report errors on unused parameters. */,
20
+
"noImplicitReturns": true/* Report error when not all code paths in function return a value. */,
21
+
"noFallthroughCasesInSwitch": true/* Report errors for fallthrough cases in switch statement. */,
22
+
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
0 commit comments