typescript
typescript copied to clipboard
remove remote types folder when fetching new types
trafficstars
the problem is that when components are not exposed from the remote anymore, and when the plugin fetches up to date types from the remote, it is not removing the old types from the target directory. this could give a false impression of what is being exposed from the remote. This PR remove the target types directory before creating a new one.