fix: tsconfig ignoreDeprecations 改为 5.0

This commit is contained in:
selfrelease
2026-07-30 15:10:42 +08:00
parent 1c57f88413
commit 3b71b457b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"paths": {
"@/*": ["./src/*"]
},
"ignoreDeprecations": "6.0"
"ignoreDeprecations": "5.0"
},
"include": ["src/**/*", "prisma/**/*"],
"exclude": ["node_modules", "dist"]
+1 -1
View File
@@ -19,7 +19,7 @@
"paths": {
"@/*": ["./src/*"]
},
"ignoreDeprecations": "6.0"
"ignoreDeprecations": "5.0"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]