project.json 197 B

12345678
  1. {
  2. "name": "frontend-test",
  3. "$schema": "../../node_modules/nx/schemas/project-schema.json",
  4. "sourceRoot": "libs/frontend-test/src",
  5. "projectType": "library",
  6. "targets": {},
  7. "tags": []
  8. }