Files
angular-challenges/libs/module-to-standalone/admin/feature/project.json
2024-09-23 21:47:33 +02:00

22 lines
456 B
JSON

{
"name": "module-to-standalone-admin-feature",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/admin/feature/src",
"prefix": "lib",
"projectType": "library",
"tags": [],
"targets": {
"test": {
"options": {
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"coverage": true
}
}
}
}
}