refactor: move libs

This commit is contained in:
thomas
2024-05-11 09:05:59 +02:00
parent 216d485c53
commit 4a3c7f23e0
284 changed files with 263 additions and 260 deletions

View File

@@ -15,7 +15,6 @@
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@angular-challenges/angular/di": ["libs/angular/di/src/index.ts"],
"@angular-challenges/cli": ["libs/cli/src/index.ts"],
"@angular-challenges/custom-plugin": ["libs/custom-plugin/src/index.ts"],
"@angular-challenges/decoupling/brain": [
@@ -79,6 +78,9 @@
],
"@tomalaforge/ngrx-callstate-store": [
"libs/shared/ngrx-callstate-store/src/index.ts"
],
"angular-master-dependency-injection": [
"apps/angular/16-master-dependency-injection/src/index.ts"
]
}
},