feat: use lib ESNext setting for typescript
This commit is contained in:
parent
3766b5e51b
commit
79e7e4a8ae
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"baseUrl": ".",
|
||||
"lib": ["ESNext"],
|
||||
|
||||
"importHelpers": true,
|
||||
"sourceMap": true,
|
||||
|
|
Loading…
Reference in a new issue