🔱: [client] sync upgrade with 2 commits [trident-sync]

feat: noImplicitAny: true
This commit is contained in:
GitHub Actions Bot
2023-01-31 19:24:09 +00:00
parent 83f9a551e7
commit 51249c304c
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
// 这样就可以对 `this` 上的数据属性进行更严格的推断`
"noImplicitAny": false,
"noImplicitAny": true,
"target": "esnext",
"module": "esnext",
"strict": true,