aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-23 16:54:21 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-23 16:54:21 +0200
commitde59c48f5f317018e3f746bbe4a7b7efe00109f2 (patch)
treebc3d007c5aaed8dc72119763f3b1731c5777f218 /client/tsconfig.json
parentdef16d33d19153c6583fa8a30634760b3d64d34c (diff)
downloadPeerTube-de59c48f5f317018e3f746bbe4a7b7efe00109f2.tar.gz
PeerTube-de59c48f5f317018e3f746bbe4a7b7efe00109f2.tar.zst
PeerTube-de59c48f5f317018e3f746bbe4a7b7efe00109f2.zip
Client: centralize http res extraction in a service
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 53e6fd571..60ca14221 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -68,6 +68,16 @@
68 "src/app/shared/form-validators/index.ts", 68 "src/app/shared/form-validators/index.ts",
69 "src/app/shared/form-validators/url.validator.ts", 69 "src/app/shared/form-validators/url.validator.ts",
70 "src/app/shared/index.ts", 70 "src/app/shared/index.ts",
71 "src/app/shared/rest/index.ts",
72 "src/app/shared/rest/mock-rest-table.ts",
73 "src/app/shared/rest/rest-extractor.service.ts",
74 "src/app/shared/rest/rest-filter.model.ts",
75 "src/app/shared/rest/rest-pagination.ts",
76 "src/app/shared/rest/rest-sort.ts",
77 "src/app/shared/rest/rest-table-page.ts",
78 "src/app/shared/rest/rest-table.spec.ts",
79 "src/app/shared/rest/rest-table.ts",
80 "src/app/shared/rest/rest.service.ts",
71 "src/app/shared/search/index.ts", 81 "src/app/shared/search/index.ts",
72 "src/app/shared/search/search-field.type.ts", 82 "src/app/shared/search/search-field.type.ts",
73 "src/app/shared/search/search.component.ts", 83 "src/app/shared/search/search.component.ts",