Skip to content

Commit cd9dc8d

Browse files
committed
feat: add github test workflow
1 parent 45c506f commit cd9dc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"noImplicitAny": true,
99
"strictNullChecks": true,
1010
"strictFunctionTypes": true,
11-
"noUnusedLocals": true,
12-
"noUnusedParameters": true,
11+
"noUnusedLocals": false,
12+
"noUnusedParameters": false,
1313
"noImplicitReturns": true,
1414
"noFallthroughCasesInSwitch": true,
1515
"importHelpers": true,

0 commit comments

Comments
 (0)