nx/packages/expo/project.json

59 lines
1.4 KiB
JSON

{
"name": "expo",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/expo/src",
"projectType": "library",
"targets": {
"lint": {},
"test": {},
"build-base": {
"executor": "@nrwl/js:tsc",
"options": {
"assets": [
"packages/expo/*.md",
{
"input": "packages/expo",
"glob": "**/!(*.ts)",
"output": "/"
},
{
"input": "packages/expo",
"glob": "**/*.d.ts",
"output": "/"
},
{
"input": "packages/expo",
"glob": "**/files/**",
"output": "/"
},
{
"input": "packages/expo",
"glob": "**/files/**/.gitkeep",
"output": "/"
},
{
"input": "packages/expo",
"glob": "**/files/**/.babelrc.js.template",
"output": "/"
},
{
"input": "packages/expo",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json", "**/project.json"],
"output": "/"
},
"LICENSE"
]
}
},
"build": {
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/build/packages/expo"],
"options": {
"command": "node ./scripts/copy-readme.js expo"
}
}
},
"tags": []
}