When using svelte plugin, type checking is not performed on svelte files
We are developing on WebStorm using the svelete plugin.
The version of WebStorm is 2022.1
The version of the svelte plugin is 0.22.0
(Both are the latest versions available at this time)
Passing a value of the wrong type to the Child component as shown below does not generate an error.
< on WebStrom >
The svelte plugin for VSCode gives an error as expected.
< on VSCode >
Child.svelte (child component)
Is it possible to detect this as an error in the settings?
请先登录再写评论。
Please vote for https://youtrack.jetbrains.com/issue/WEB-55638 to be notified on any progress with it