-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
24 lines (24 loc) · 1.03 KB
/
tsconfig.json
File metadata and controls
24 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"types": ["jasmine"],
"paths": {
"@angularity/cdk": ["./packages/cdk/src"],
"@angularity/cdk/*": ["./packages/cdk/*/src"],
"@angularity/command-flow": ["./packages/command-flow/src"],
"@angularity/command-flow/*": ["./packages/command-flow/*/src"],
"@angularity/config-files": ["./packages/config-files/src"],
"@angularity/core": ["./packages/core/src"],
"@angularity/core/*": ["./packages/core/*/src"],
"@angularity/elements": ["./packages/elements/src"],
"@angularity/endpoints": ["./packages/endpoints/src"],
"@angularity/fire": ["./packages/fire/src"],
"@angularity/forms": ["./packages/forms/src"],
"@angularity/router": ["./packages/router/src"],
"@angularity/theming": ["./packages/theming/src"],
"@angularity/theming-material": ["./packages/theming-material/src"],
"@ng-doc/generated/*": ["./ng-doc/*"],
"ngx-view-transition": ["./packages/ngx-view-transition/src"]
}
}
}