Skip to content

Commit

Permalink
feat: add github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryTong65 committed Sep 6, 2024
1 parent 45c506f commit cd9dc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"noImplicitAny": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"importHelpers": true,
Expand Down

0 comments on commit cd9dc8d

Please sign in to comment.