12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"tags": ["scope:package", "type:ui"],
|
|
"targets": {
|
|
"generate": {
|
|
"outputs": ["{projectRoot}/src/icons-gen"]
|
|
},
|
|
"build": {}
|
|
}
|
|
}
|