mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add/update/delete/list my playlists
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user