Skip to content

Commit

Permalink
Relax ts config
Browse files Browse the repository at this point in the history
This only until the updates from #103 are merged.
  • Loading branch information
Dominik Piatek authored and dpiatek committed Aug 9, 2023
1 parent 1090dae commit febe2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jsx": "react-jsx",

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

0 comments on commit febe2bf

Please sign in to comment.