forked from trungvose/angular-spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.base.json
114 lines (114 loc) · 5.6 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
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@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/auth/data-access": ["libs/web/auth/data-access/src/index.ts"],
"@angular-spotify/web/auth/util": ["libs/web/auth/util/src/index.ts"],
"@angular-spotify/web/shared/app-config": ["libs/web/shared/app-config/src/index.ts"],
"@angular-spotify/web/shared/data-access/store": [
"libs/web/shared/data-access/store/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/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/track-current-info": [
"libs/web/shared/ui/track-current-info/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-summary": [
"libs/web/shared/ui/media-summary/src/index.ts"
],
"@angular-spotify/web/shared/ui/play-button": ["libs/web/shared/ui/play-button/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/ui/media-table": ["libs/web/shared/ui/media-table/src/index.ts"],
"@angular-spotify/web/shared/ui/media-order": ["libs/web/shared/ui/media-order/src/index.ts"],
"@angular-spotify/web/visualizer/feature": ["libs/web/visualizer/feature/src/index.ts"],
"@angular-spotify/web/visualizer/data-access": [
"libs/web/visualizer/data-access/src/index.ts"
],
"@angular-spotify/web/shell/feature": ["libs/web/shell/feature/src/index.ts"],
"@angular-spotify/web/shell/ui/layout": ["libs/web/shell/ui/layout/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/top-bar": ["libs/web/shell/ui/top-bar/src/index.ts"],
"@angular-spotify/web/shell/ui/main-view": ["libs/web/shell/ui/main-view/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/playlist/ui/playlist-track": [
"libs/web/playlist/ui/playlist-track/src/index.ts"
],
"@angular-spotify/web/playlist/data-access": ["libs/web/playlist/data-access/src/index.ts"],
"@angular-spotify/web/home/feature": ["libs/web/home/feature/src/index.ts"],
"@angular-spotify/web/home/data-access": ["libs/web/home/data-access/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/home/ui/featured-playlists": [
"libs/web/home/ui/featured-playlists/src/index.ts"
],
"@angular-spotify/web/album/feature": ["libs/web/album/feature/src/index.ts"],
"@angular-spotify/web/shared/ui/work-in-progress": [
"libs/web/shared/ui/work-in-progress/src/index.ts"
],
"@angular-spotify/web/artist/feature": ["libs/web/artist/feature/src/index.ts"],
"@angular-spotify/web/shared/ui/tracks-loading": [
"libs/web/shared/ui/tracks-loading/src/index.ts"
],
"@angular-spotify/web/shell/ui/visualization-toggle": [
"libs/web/shell/ui/visualization-toggle/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/auth/ui/unauthorized-modal": [
"libs/web/auth/ui/unauthorized-modal/src/index.ts"
],
"@angular-spotify/web/browse/feature": ["libs/web/browse/feature/src/index.ts"],
"@angular-spotify/web/shell/ui/user-dropdown": [
"libs/web/shell/ui/user-dropdown/src/index.ts"
],
"@angular-spotify/web/shell/ui/social-share": ["libs/web/shell/ui/social-share/src/index.ts"],
"@angular-spotify/web/tracks/feature": ["libs/web/tracks/feature/src/index.ts"],
"@angular-spotify/web/shared/utils": ["libs/web/shared/utils/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}