mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
feat(challenge7): reorganisation
This commit is contained in:
@@ -14,7 +14,14 @@
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {}
|
||||
"paths": {
|
||||
"@angular-challenges/ngrx-notification/backend": [
|
||||
"libs/ngrx-notification/backend/src/index.ts"
|
||||
],
|
||||
"@angular-challenges/ngrx-notification/model": [
|
||||
"libs/ngrx-notification/model/src/index.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "tmp"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user