Skip to content

Commit e625c52

Browse files
authored
fix: tsconfig.node(Default).json
1 parent 86eccd5 commit e625c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/tsconfig.node(Default).json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"strictNullChecks": true,
1313
"strictFunctionTypes": true,
1414
"noImplicitThis": true,
15-
"noUnusedLocals": true,
16-
"noUnusedParameters": true,
15+
"noUnusedLocals": false,
16+
"noUnusedParameters": false,
1717
"noImplicitReturns": true,
1818
"noFallthroughCasesInSwitch": true,
1919
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)