fix: revert es version in tsconfig (as it was breaking types)
This commit is contained in:
parent
360641c487
commit
03a9b3365e
2 changed files with 6 additions and 1 deletions
5
.changeset/short-experts-mix.md
Normal file
5
.changeset/short-experts-mix.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@lion/ui': patch
|
||||
---
|
||||
|
||||
revert es version in tsconfig (as it was breaking types)
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"lib": ["es2022", "dom"],
|
||||
"lib": ["es2017", "dom"],
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"strict": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue