update node to 18

This commit is contained in:
syuilo
2022-04-23 12:37:44 +09:00
parent 9f3650b0ef
commit 70958a9f77
4 changed files with 24 additions and 9 deletions

View File

@ -25,9 +25,14 @@
"rootDir": "./src",
"baseUrl": "./",
"paths": {
"@/*": ["./src/*"]
"@/*": [
"./src/*"
]
},
"outDir": "./built",
"types": [
"node"
],
"typeRoots": [
"./node_modules/@types",
"./src/@types"