diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-07 22:34:02 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-07 22:34:02 +0200 |
commit | e822fdaeee90cb7c70d5678f19249198cd7aae8c (patch) | |
tree | 07678eff3b3d378bda40800002b515b982017c78 /client/tsconfig.json | |
parent | 8c255eb53c8f47bd64778d6fbcb93b248ee14163 (diff) | |
download | PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.tar.gz PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.tar.zst PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.zip |
Use ng2-file-upload instead of jquery and add tags support to the video
upload form
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 3b903f8c8..fdcf742ea 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -65,8 +65,6 @@ | |||
65 | "src/vendor.ts", | 65 | "src/vendor.ts", |
66 | "typings/globals/es6-shim/index.d.ts", | 66 | "typings/globals/es6-shim/index.d.ts", |
67 | "typings/globals/jasmine/index.d.ts", | 67 | "typings/globals/jasmine/index.d.ts", |
68 | "typings/globals/jquery.fileupload/index.d.ts", | ||
69 | "typings/globals/jquery/index.d.ts", | ||
70 | "typings/globals/node/index.d.ts", | 68 | "typings/globals/node/index.d.ts", |
71 | "typings/index.d.ts" | 69 | "typings/index.d.ts" |
72 | ] | 70 | ] |