Let vue-tsc
produce a warning/error for unknown/untyped elements
#276
AlbertBrand
started this conversation in
Ideas
Replies: 1 comment
-
This requirement still needs some discussion, because some users may not expect this behavior. If it should implement, I may add a new option as a switch in tsconfig.json. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems unknown elements are skipped entirely when performing the typecheck. I would actually love to see a warning or error for those cases, because it often means:
I think the Angular template typecheck is pretty strict in those cases and it would be a good addition for strictness.
Beta Was this translation helpful? Give feedback.
All reactions