Add/update/delete/list my playlists

This commit is contained in:
Chocobozzz
2019-03-06 15:36:44 +01:00
committed by Chocobozzz
parent d4c9f45b31
commit 830b4faff1
48 changed files with 1076 additions and 153 deletions

View File

@@ -28,6 +28,7 @@
"baseUrl": "src",
"paths": {
"@app/*": [ "app/*" ],
"@shared/*": [ "../../shared/*" ],
"video.js": [ "../node_modules/video.js/dist/alt/video.core.js" ],
"fs": [ "./shims/noop" ],
"http": [ "./shims/http" ],
@@ -41,11 +42,14 @@
"strictInjectionParameters": true,
"fullTemplateTypeCheck": true
},
"include": [
"../../shared"
],
"exclude": [
"../../node_modules",
"../node_modules",
"node_modules",
"dist",
"../server",
"src/**/*.spec.ts"
"../dist",
"../../server",
"../src/**/*.spec.ts"
]
}