Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Nov 20, 2023
1 parent 1c72878 commit 3813662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
// 这样就可以对 `this` 上的数据属性进行更严格的推断`
"noImplicitAny": true,
"noImplicitAny": false,
"allowJs": true,
"target": "esnext",
"module": "esnext",
"strict": true,
Expand Down

0 comments on commit 3813662

Please sign in to comment.