Skip to content

Commit

Permalink
Added links
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Aug 1, 2023
1 parent 3dc2f5a commit 0456429
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/engine/errors/17004.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
original: "Cannot use JSX unless the '--jsx' flag is provided."
---

You can't use JSX yet because you haven't added `jsx` to your `tsconfig.json`.
You can't use JSX yet because you haven't added `jsx` to your `tsconfig.json`. [Learn more](https://www.totaltypescript.com/cannot-use-jsx-unless-the-jsx-flag-is-provided).
2 changes: 1 addition & 1 deletion packages/engine/errors/2571.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
original: "Object is of type 'unknown'."
---

I don't know what type this object is.
I don't know what type this object is, so I've defaulted it to 'unknown'. [Learn more](https://www.totaltypescript.com/concepts/object-is-of-type-unknown).
2 changes: 1 addition & 1 deletion packages/engine/errors/2741.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
original: "Property '{0}' is missing in type '{1}' but required in type '{2}'."
---

You haven't passed all the required properties to '{2}' - '{1}' is missing the '{0}' property
You haven't passed all the required properties to '{2}' - '{1}' is missing the '{0}' property.
2 changes: 1 addition & 1 deletion packages/engine/errors/8016.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
original: 'Type assertion expressions can only be used in TypeScript files.'
---

You can't use type assertions because this isn't a TypeScript file
You can't use type assertions because this isn't a TypeScript file.

0 comments on commit 0456429

Please sign in to comment.