@nx/expo
Version:
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "expo",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/expo/src",
"projectType": "library",
"targets": {
"build-base": {
"executor": "@nx/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": {
"outputs": ["{workspaceRoot}/build/packages/expo/README.md"],
"command": "node ./scripts/copy-readme.js expo"
}
},
"tags": []
}