2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

feat: update node 22

This commit is contained in:
耗子
2024-11-26 02:40:02 +08:00
parent 2208ff1c29
commit a2c96993d3
6 changed files with 15 additions and 12 deletions

View File

@@ -1,9 +1,11 @@
{
"extends": [
"@tsconfig/node20/tsconfig.json"
"@tsconfig/node22/tsconfig.json"
],
"compilerOptions": {
"composite": true,
"noEmit": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"module": "ESNext",
"moduleResolution": "Bundler",
"paths": {
@@ -16,7 +18,6 @@
},
"types": [
"node"
],
"noEmit": true
]
}
}