mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"name": "users",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "libs/static-dynamic-import/users/src",
|
|
"prefix": "sdi",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"lint": {
|
|
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
|
|
}
|
|
}
|
|
}
|