-
Notifications
You must be signed in to change notification settings - Fork 1
/
tsconfig.base.json
151 lines (151 loc) · 7.87 KB
/
tsconfig.base.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"noUnusedLocals": true,
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@angular-spotify/web/album/data-access": ["libs/web/album/data-access/src/index.ts"],
"@angular-spotify/web/album/feature/detail": ["libs/web/album/feature/detail/src/index.ts"],
"@angular-spotify/web/album/feature/list": ["libs/web/album/feature/list/src/index.ts"],
"@angular-spotify/web/album/feature/shell": ["libs/web/album/feature/shell/src/index.ts"],
"@angular-spotify/web/album/ui/album-track": ["libs/web/album/ui/album-track/src/index.ts"],
"@angular-spotify/web/artist/data-access": ["libs/web/artist/data-access/src/index.ts"],
"@angular-spotify/web/artist/feature": ["libs/web/artist/feature/src/index.ts"],
"@angular-spotify/web/artist/ui/artist-top-track": [
"libs/web/artist/ui/artist-top-track/src/index.ts"
],
"@angular-spotify/web/artist/ui/artist-top-tracks": [
"libs/web/artist/ui/artist-top-tracks/src/index.ts"
],
"@angular-spotify/web/auth/data-access": ["libs/web/auth/data-access/src/index.ts"],
"@angular-spotify/web/auth/ui/unauthorized-modal": [
"libs/web/auth/ui/unauthorized-modal/src/index.ts"
],
"@angular-spotify/web/auth/util": ["libs/web/auth/util/src/index.ts"],
"@angular-spotify/web/browse/data-access": ["libs/web/browse/data-access/src/index.ts"],
"@angular-spotify/web/browse/feature/categories": [
"libs/web/browse/feature/categories/src/index.ts"
],
"@angular-spotify/web/browse/feature/category": [
"libs/web/browse/feature/category/src/index.ts"
],
"@angular-spotify/web/browse/feature/shell": ["libs/web/browse/feature/shell/src/index.ts"],
"@angular-spotify/web/browse/ui/category-cover": [
"libs/web/browse/ui/category-cover/src/index.ts"
],
"@angular-spotify/web/home/data-access": ["libs/web/home/data-access/src/index.ts"],
"@angular-spotify/web/home/feature": ["libs/web/home/feature/src/index.ts"],
"@angular-spotify/web/home/ui/featured-playlists": [
"libs/web/home/ui/featured-playlists/src/index.ts"
],
"@angular-spotify/web/home/ui/greeting": ["libs/web/home/ui/greeting/src/index.ts"],
"@angular-spotify/web/home/ui/recent-played": ["libs/web/home/ui/recent-played/src/index.ts"],
"@angular-spotify/web/playlist/data-access": ["libs/web/playlist/data-access/src/index.ts"],
"@angular-spotify/web/playlist/feature/detail": [
"libs/web/playlist/feature/detail/src/index.ts"
],
"@angular-spotify/web/playlist/feature/list": ["libs/web/playlist/feature/list/src/index.ts"],
"@angular-spotify/web/playlist/ui/playlist-track": [
"libs/web/playlist/ui/playlist-track/src/index.ts"
],
"@angular-spotify/web/search/data-access": ["libs/web/search/data-access/src/index.ts"],
"@angular-spotify/web/search/feature": ["libs/web/search/feature/src/index.ts"],
"@angular-spotify/web/settings/data-access": ["libs/web/settings/data-access/src/index.ts"],
"@angular-spotify/web/settings/feature": ["libs/web/settings/feature/src/index.ts"],
"@angular-spotify/web/shared/app-config": ["libs/web/shared/app-config/src/index.ts"],
"@angular-spotify/web/shared/app-init": ["libs/web/shared/app-init/src/index.ts"],
"@angular-spotify/web/shared/data-access/models": [
"libs/web/shared/data-access/models/src/index.ts"
],
"@angular-spotify/web/shared/data-access/spotify-api": [
"libs/web/shared/data-access/spotify-api/src/index.ts"
],
"@angular-spotify/web/shared/data-access/store": [
"libs/web/shared/data-access/store/src/index.ts"
],
"@angular-spotify/web/shared/directives/click-stop-propagation": [
"libs/web/shared/directives/click-stop-propagation/src/index.ts"
],
"@angular-spotify/web/shared/pipes/duration-pipe": [
"libs/web/shared/pipes/duration-pipe/src/index.ts"
],
"@angular-spotify/web/shared/ui/icon": ["libs/web/shared/ui/icon/src/index.ts"],
"@angular-spotify/web/shared/ui/input": ["libs/web/shared/ui/input/src/index.ts"],
"@angular-spotify/web/shared/ui/media": ["libs/web/shared/ui/media/src/index.ts"],
"@angular-spotify/web/shared/ui/media-cover": ["libs/web/shared/ui/media-cover/src/index.ts"],
"@angular-spotify/web/shared/ui/media-order": ["libs/web/shared/ui/media-order/src/index.ts"],
"@angular-spotify/web/shared/ui/media-summary": [
"libs/web/shared/ui/media-summary/src/index.ts"
],
"@angular-spotify/web/shared/ui/media-table": ["libs/web/shared/ui/media-table/src/index.ts"],
"@angular-spotify/web/shared/ui/play-button": ["libs/web/shared/ui/play-button/src/index.ts"],
"@angular-spotify/web/shared/ui/playlist-list": [
"libs/web/shared/ui/playlist-list/src/index.ts"
],
"@angular-spotify/web/shared/ui/spinner": ["libs/web/shared/ui/spinner/src/index.ts"],
"@angular-spotify/web/shared/ui/track-current-info": [
"libs/web/shared/ui/track-current-info/src/index.ts"
],
"@angular-spotify/web/shared/ui/track-main-info": [
"libs/web/shared/ui/track-main-info/src/index.ts"
],
"@angular-spotify/web/shared/ui/tracks-loading": [
"libs/web/shared/ui/tracks-loading/src/index.ts"
],
"@angular-spotify/web/shared/ui/work-in-progress": [
"libs/web/shared/ui/work-in-progress/src/index.ts"
],
"@angular-spotify/web/shared/utils": ["libs/web/shared/utils/src/index.ts"],
"@angular-spotify/web/shell/feature": ["libs/web/shell/feature/src/index.ts"],
"@angular-spotify/web/shell/ui/album-art-overlay": [
"libs/web/shell/ui/album-art-overlay/src/index.ts"
],
"@angular-spotify/web/shell/ui/layout": ["libs/web/shell/ui/layout/src/index.ts"],
"@angular-spotify/web/shell/ui/main-view": ["libs/web/shell/ui/main-view/src/index.ts"],
"@angular-spotify/web/shell/ui/nav-bar": ["libs/web/shell/ui/nav-bar/src/index.ts"],
"@angular-spotify/web/shell/ui/nav-bar-playlist": [
"libs/web/shell/ui/nav-bar-playlist/src/index.ts"
],
"@angular-spotify/web/shell/ui/now-playing-bar": [
"libs/web/shell/ui/now-playing-bar/src/index.ts"
],
"@angular-spotify/web/shell/ui/player-controls": [
"libs/web/shell/ui/player-controls/src/index.ts"
],
"@angular-spotify/web/shell/ui/player-playback": [
"libs/web/shell/ui/player-playback/src/index.ts"
],
"@angular-spotify/web/shell/ui/player-volume": [
"libs/web/shell/ui/player-volume/src/index.ts"
],
"@angular-spotify/web/shell/ui/social-share": ["libs/web/shell/ui/social-share/src/index.ts"],
"@angular-spotify/web/shell/ui/top-bar": ["libs/web/shell/ui/top-bar/src/index.ts"],
"@angular-spotify/web/shell/ui/user-dropdown": [
"libs/web/shell/ui/user-dropdown/src/index.ts"
],
"@angular-spotify/web/shell/ui/visualization-toggle": [
"libs/web/shell/ui/visualization-toggle/src/index.ts"
],
"@angular-spotify/web/tracks/data-access": ["libs/web/tracks/data-access/src/index.ts"],
"@angular-spotify/web/tracks/feature": ["libs/web/tracks/feature/src/index.ts"],
"@angular-spotify/web/visualizer/data-access": [
"libs/web/visualizer/data-access/src/index.ts"
],
"@angular-spotify/web/visualizer/feature": ["libs/web/visualizer/feature/src/index.ts"],
"@angular-spotify/web/visualizer/ui": ["libs/web/visualizer/ui/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}