fix: 前端tsconfig ignoreDeprecations移入compilerOptions + 筛选栏一行布局

This commit is contained in:
selfrelease
2026-07-30 15:10:11 +08:00
parent 4264c3bbac
commit 1c57f88413
+3 -3
View File
@@ -18,9 +18,9 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"ignoreDeprecations": "6.0"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }],
"ignoreDeprecations": "6.0"
"references": [{ "path": "./tsconfig.node.json" }]
}