nx/e2e/react-native/project.json

11 lines
251 B
JSON

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