{ "name": "react-native-legacy", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages-legacy/react-native", "projectType": "library", "targets": { "build": { "command": "node ./scripts/copy-readme.js react-native-legacy" }, "build-base": { "executor": "@nx/js:tsc", "dependsOn": ["^build-base"], "options": { "main": "packages-legacy/react-native/index.ts", "tsConfig": "packages-legacy/react-native/tsconfig.json", "outputPath": "build/packages/react-native-legacy", "updateBuildableProjectDepsInPackageJson": false, "assets": [ { "input": "packages-legacy/react-native", "glob": "**/*.json", "ignore": ["**/tsconfig*.json", "project.json"], "output": "/" }, { "input": "packages-legacy/react-native", "glob": "**/*.d.ts", "output": "/" }, { "input": "", "glob": "LICENSE", "output": "/" } ] } } } }