mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"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}"]
|
|
}
|
|
}
|
|
}
|