Skip to content

Commit

Permalink
don't use strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
4t145 committed Mar 4, 2024
1 parent a07c374 commit 0d66efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/config
Submodule config updated 1 files
+1 −1 tsconfig.json
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jsx": "preserve",

/* Linting */
"strict": true,
"strict": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 0d66efa

Please sign in to comment.