Describe the feature
Now in VSCode with Volar
const { doesNotExist } = useNuxtApp()
will pass without error and recognize it as any.
I know here needs to contain something from plugin or module, so wondering whether it is possible to improve?
Additional information
Final checks
Describe the feature
Now in VSCode with Volar
const { doesNotExist } = useNuxtApp()will pass without error and recognize it as any.
I know here needs to contain something from plugin or module, so wondering whether it is possible to improve?
Additional information
Final checks