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

22 lines
437 B
JSON

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