update node to 18
This commit is contained in:
parent
9f3650b0ef
commit
70958a9f77
4 changed files with 24 additions and 9 deletions
|
@ -25,9 +25,14 @@
|
|||
"rootDir": "./src",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
},
|
||||
"outDir": "./built",
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./node_modules/@types",
|
||||
"./src/@types"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue