npm init vue@latest The error module cannot be found when creating the ts project. The moduleResolution needs to be set to node
Vue version
3.3.4
Link to minimal reproduction
no link
Steps to reproduce
What is expected?
I hope the authorities can modify the configuration of scaffolding
What is actually happening?
When we create a vue +ts project with npm init vue@latest, vscode reports that we need to add the '"moduleResolution": "Node"' configuration item or that we need to add the path to the corresponding file ourselves.
System Info
No response
Any additional comments?
No response