use node v18

This commit is contained in:
Labhansh Agrawal 2023-05-30 11:51:20 +05:30
parent f48b181322
commit a3810de39c
6 changed files with 17 additions and 14 deletions

View file

@ -12,7 +12,7 @@
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "ES2021",
"target": "ES2022",
"typeRoots": [
"./node_modules/@types"
]