Skip to content

Commit

Permalink
temporarily remove checks for implicit any
Browse files Browse the repository at this point in the history
  • Loading branch information
4upz committed Aug 28, 2023
1 parent a26ac92 commit 4712267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
"skipLibCheck": true,
},
"include": ["./src"],
"noImplicitAny": false, // <-- Added because AliCloud SDK does not support implicit any. TODO: Find a workaround for this
}

0 comments on commit 4712267

Please sign in to comment.