We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdffc9e commit 97e185eCopy full SHA for 97e185e
1 file changed
tsconfig.json
@@ -17,8 +17,8 @@
17
"noImplicitAny": true,
18
"noPropertyAccessFromIndexSignature": true,
19
"noUncheckedIndexedAccess": true,
20
- "noUnusedLocals": true,
21
- "noUnusedParameters": true,
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
22
"removeComments": true,
23
"resolveJsonModule": true,
24
"strict": true,
@@ -32,4 +32,4 @@
32
"ts-node": {
33
"esm": true
34
}
35
-}
+}
0 commit comments