Skip to content

Commit

Permalink
Merge b6b2915 into e9c931d
Browse files Browse the repository at this point in the history
  • Loading branch information
r3wt committed Feb 20, 2022
2 parents e9c931d + b6b2915 commit 18887b5
Show file tree
Hide file tree
Showing 6 changed files with 30,432 additions and 379 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# dependencies
node_modules
**/node_modules

# builds
build
Expand Down
3 changes: 2 additions & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react",
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
Expand Down
Loading

0 comments on commit 18887b5

Please sign in to comment.