Replies: 1 comment
-
Yup thinking the same thing! I understand why the other ones are there but 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our 'angular' monorepo consists of 1700+ libs ( "projectType": "library", "projectType": "application") .
We didn't change the nx default layout, created libs using 'nx g @nrwl/angular:lib...' and just migrated from version to version using 'nx migrate latest'. And the latest migration from 13 to 15 affects about 10000 files.
All modules have next config files, that just extended configs in root mostly without any difference:
tsconfig.json, tsconfig.app.json, tsconfig.spec.json, jest.config.ts, .eslintrc.json, test-setup.ts .
Beta Was this translation helpful? Give feedback.
All reactions