feat(generator): create custom generator to create new libs

This commit is contained in:
thomas
2023-06-15 22:59:44 +02:00
parent 3eebb0e498
commit a0560ed906
22 changed files with 3131 additions and 298 deletions

View File

@@ -15,6 +15,7 @@
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
"@angular-challenges/ngrx-notification/backend": [
"libs/ngrx-notification/backend/src/index.ts"
],