jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support another yarn workspace type

apolkingg8 opened this issue · comments

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": [
    ...
  ]
}

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?

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