chore: update to Node.JS v20

This commit is contained in:
Kim, Jimin 2024-02-29 00:07:36 +09:00
parent 12ed6cf0c2
commit 7079f92414
Signed by: pomp
GPG key ID: 77DAC7BB5CA8C7AA
11 changed files with 157 additions and 141 deletions

View file

@ -1,7 +1,6 @@
{
"include": ["src"],
"compilerOptions": {
"outDir": "build",
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Node",