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
Copy file name to clipboardExpand all lines: tsconfig.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
"outDir": "./dist"/* Redirect output structure to the directory. */,
10
10
"strict": true/* Enable all strict type-checking options. */,
11
11
"noImplicitAny": true/* Raise error on expressions and declarations with an implied 'any' type. */,
12
-
// "noUnusedLocals": true, /* Report errors on unused locals. */
13
-
// "noUnusedParameters": true, /* Report errors on unused parameters. */
12
+
// "noUnusedLocals": true/* Report errors on unused locals. */,
13
+
// "noUnusedParameters": true/* Report errors on unused parameters. */,
14
14
"noFallthroughCasesInSwitch": true/* Report errors for fallthrough cases in switch statement. */,
15
15
"esModuleInterop": true/* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
16
16
"resolveJsonModule": true/* Include modules imported with '.json' extension */,
0 commit comments