-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtsconfig.json
More file actions
19 lines (19 loc) · 1.02 KB
/
tsconfig.json
File metadata and controls
19 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"esModuleInterop": true,
"paths": {
"@ppwcode/ng-async": ["projects/ppwcode/ng-async/src/public-api"],
"@ppwcode/ng-common": ["projects/ppwcode/ng-common/src/public-api"],
"@ppwcode/ng-common-components": ["projects/ppwcode/ng-common-components/src/public-api"],
"@ppwcode/ng-dialogs": ["projects/ppwcode/ng-dialogs/src/public-api"],
"@ppwcode/ng-forms": ["projects/ppwcode/ng-forms/src/public-api"],
"@ppwcode/ng-router": ["projects/ppwcode/ng-router/src/public-api"],
"@ppwcode/ng-state-management": ["projects/ppwcode/ng-state-management/src/public-api"],
"@ppwcode/ng-unit-testing": ["projects/ppwcode/ng-unit-testing/src/public-api"],
"@ppwcode/ng-utils": ["projects/ppwcode/ng-utils/src/public-api"],
"@ppwcode/ng-wireframe": ["projects/ppwcode/ng-wireframe/src/public-api"]
}
}
}