Skip to content

Commit

Permalink
Added link to 7006
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Aug 1, 2023
1 parent cafffd8 commit 3dc2f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/errors/7006.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
original: "Parameter '{0}' implicitly has an '{1}' type."
---

I don't know what type '{0}' is supposed to be, so I've defaulted it to '{1}'. Your tsconfig file says I should throw an error here.
I don't know what type '{0}' is supposed to be, so I've defaulted it to '{1}'. Your `tsconfig.json` file says I should throw an error here. [Learn more](https://www.totaltypescript.com/tutorials/beginners-typescript/beginner-s-typescript-section/implicit-any-type-error).

0 comments on commit 3dc2f5a

Please sign in to comment.