jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.53k stars 22 forks source link

Support another yarn workspace type #22

Closed apolkingg8 closed 5 years ago

apolkingg8 commented 5 years ago

First, thanks for this awesome project!

There is a little issue about yarn workspace:

// this works fine
"workspaces": [
  ...
]
// this won't work
"workspaces": {
  "packages": [
    "packages/*"
  ],
  "nohoist": [
    ...
  ]
}
jeffijoe commented 5 years ago

I was under the impression that workspaces was ever only going to be an array.

Could you link me to the relevant docs explaining this?

jeffijoe commented 5 years ago

@apolkingg8 released as 0.4.1, thanks for the report! 😄