fxa/libs/payments/eligibility
Reino Muhl 70ebacc772
fix(nx): remove nx prject rootDir and main changes
Because:

* Manual changes were needed to all nx libraries to ensure expected
  TypeScript build and development intellisense behavior.

This commit:

* Removes the "rootDir" build option added to all libraries, to allow
  for relative paths. This is no longer necessary since issues using
  TypeScript path aliases have been resolved.
* Removes changes to "main" build option, which ensured the built
  version of package.json had the correct path to the main index.js.

Closes #
2023-10-16 13:32:53 -04:00
..
src fix(nx): remove nx prject rootDir and main changes 2023-10-16 13:32:53 -04:00
.eslintrc.json feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00
README.md feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00
jest.config.ts feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00
package.json feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00
project.json fix(nx): remove nx prject rootDir and main changes 2023-10-16 13:32:53 -04:00
tsconfig.json feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00
tsconfig.lib.json feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00
tsconfig.spec.json feat(libs): create EligibilityManager library 2023-09-25 16:02:44 -04:00

README.md

payments-eligibility

This library was generated with Nx.

Building

Run nx build payments-eligibility to build the library.

Running unit tests

Run nx test-unit payments-eligibility to execute the unit tests via Jest.