Closed kukeiko closed 2 months ago
working on #152, and I found these differences in the criteria package:
found another change while generating an @nrwl/js:tsc @entity-space/common (and setting the publishable flag to true): tools/scripts/publish.mjs got added. did i miss "publishable" flags in the other libs (core, utils, criteria)?
obsolete as nx has been removed in #219
core & utils packages should be consumable by both browser & node.js, and the tsconfig.lib.json of those libraries require "node" as a type, so that's wrong.
before just removing "node" from the types property; check if any other things would change (as if we were to generate them from scratch using @nrwl/js:library instead of @nrwl/node:library)