feat: create icons library with initial configuration and setup

This commit is contained in:
Lorenz Hilpert
2025-02-27 17:10:19 +01:00
parent c49b0625c1
commit eff67b9a06
14 changed files with 312 additions and 433 deletions

15
nx.json
View File

@@ -34,6 +34,11 @@
"codeCoverage": true
}
}
},
"@nx/js:tsc": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
}
},
"defaultBase": "develop",
@@ -60,5 +65,13 @@
"@nx/angular:component": {
"style": "css"
}
}
},
"plugins": [
{
"plugin": "@nx/eslint/plugin",
"options": {
"targetName": "eslint:lint"
}
}
]
}