nx/e2e/plugin/project.json

11 lines
237 B
JSON

{
"name": "e2e-plugin",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/plugin",
"projectType": "application",
"targets": {
"e2e": {}
},
"implicitDependencies": ["create-nx-plugin"]
}