Skip to content

Commit

Permalink
fix: revert es version in tsconfig (as it was breaking types)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed Nov 5, 2024
1 parent 360641c commit 03a9b33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-experts-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lion/ui': patch
---

revert es version in tsconfig (as it was breaking types)
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "NodeNext",
"lib": ["es2022", "dom"],
"lib": ["es2017", "dom"],
"allowJs": true,
"checkJs": true,
"strict": true,
Expand Down

0 comments on commit 03a9b33

Please sign in to comment.