mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat: challenge 42
This commit is contained in:
14
libs/static-dynamic-import/users/project.json
Normal file
14
libs/static-dynamic-import/users/project.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "users",
|
||||
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||
"sourceRoot": "libs/static-dynamic-import/users/src",
|
||||
"prefix": "sdi",
|
||||
"tags": [],
|
||||
"projectType": "library",
|
||||
"targets": {
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint",
|
||||
"outputs": ["{options.outputFile}"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user