2023-05-01 15:47:03 -04:00

40 lines
1.1 KiB
JSON

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