Merge remote-tracking branch 'origin/client_sync' into v2

# Conflicts:
#	packages/ui/certd-client/CHANGELOG.md
#	packages/ui/certd-client/package.json
This commit is contained in:
xiaojunnuo
2024-02-28 10:29:12 +08:00
130 changed files with 2335 additions and 115 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{
"compilerOptions": {
// 这样就可以对 `this` 上的数据属性进行更严格的推断`
"noImplicitAny": true,
"noImplicitAny": false,
"allowJs": true,
"target": "esnext",
"module": "esnext",
"strict": true,