Skip to content

Commit

Permalink
Fix missing types (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola authored Nov 6, 2023
1 parent 6e0acba commit fb83ea8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-chicken-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"classy-ink": patch
---

Fixed missing types
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"declaration": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit fb83ea8

Please sign in to comment.