37 lines
972 B
JSON
37 lines
972 B
JSON
{
|
|
"name": "detox-legacy",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages-legacy/detox",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nx/js:tsc",
|
|
"dependsOn": ["^build"],
|
|
"options": {
|
|
"main": "packages-legacy/detox/index.ts",
|
|
"tsConfig": "packages-legacy/detox/tsconfig.json",
|
|
"outputPath": "build/packages/detox-legacy",
|
|
"updateBuildableProjectDepsInPackageJson": false,
|
|
"assets": [
|
|
{
|
|
"input": "packages-legacy/detox",
|
|
"glob": "**/*.json",
|
|
"ignore": ["**/tsconfig*.json", "project.json"],
|
|
"output": "/"
|
|
},
|
|
{
|
|
"input": "packages-legacy/detox",
|
|
"glob": "**/*.d.ts",
|
|
"output": "/"
|
|
},
|
|
{
|
|
"input": "",
|
|
"glob": "LICENSE",
|
|
"output": "/"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|