We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug In Vue and TS file, error no format, after i installed plugin
Expected behavior In Vue and TS file, error is formated, after i installed plugin
Original error
interface A { a?: string b?: number c?: { d?: string e?: number } } type C = A['c'] const c: C = { ddd: 1, }
Object literals can only specify known properties, and 'ddd' is not in type '{d?: string | undefined; e?: number | undefined;}'. TS2353
Screenshots
This is a easy example, error no format, and i found all Vue ts file error is no format, i installed plugin, i don't know if it was my use mistake.
The text was updated successfully, but these errors were encountered:
I think other locales than english are not supported yet, see #27.
Sorry, something went wrong.
Thank you @kevinramharak
No branches or pull requests
Describe the bug
In Vue and TS file, error no format, after i installed plugin
Expected behavior
In Vue and TS file, error is formated, after i installed plugin
Original error
Object literals can only specify known properties, and 'ddd' is not in type '{d?: string | undefined; e?: number | undefined;}'. TS2353
Screenshots

This is a easy example, error no format, and i found all Vue ts file error is no format,
i installed plugin, i don't know if it was my use mistake.
The text was updated successfully, but these errors were encountered: