What are the differences between a @nrwl/js library and a @nrwl/workspace library?

Viewed 293

I have created both in a testing environment but am still having trouble to differentiate between the use cases of the two. They both have the same file structure, slightly different tsconfig.json file, @nrwl/js library is stricter by 2 extra props. Otherwise they seem to be the same. On the official site there is no info regarding the differences between the two.

Any help is appreciated.

1 Answers
Related