15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"name": "nx-dev-ui-markdoc",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "nx-dev/ui-markdoc/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"lint": {
|
|
"options": {
|
|
"max-warnings": 7
|
|
}
|
|
}
|
|
}
|
|
}
|