diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-04-18 16:08:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-26 16:30:27 +0200 |
commit | 966eb053131b052e7fc3b3b3adaf2d27ff05d7a3 (patch) | |
tree | 885e4e483a0e91f5c106024513cdc3ead6177e63 /tsconfig.json | |
parent | 08c1efbe32244c321de28b0f2a6aaa3f99f46b58 (diff) | |
download | PeerTube-966eb053131b052e7fc3b3b3adaf2d27ff05d7a3.tar.gz PeerTube-966eb053131b052e7fc3b3b3adaf2d27ff05d7a3.tar.zst PeerTube-966eb053131b052e7fc3b3b3adaf2d27ff05d7a3.zip |
feature: initial syndication feeds tests for instance-wide feeds
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 70d2c51c2..4254010e7 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -14,7 +14,9 @@ | |||
14 | "es2017" | 14 | "es2017" |
15 | ], | 15 | ], |
16 | "types": [ | 16 | "types": [ |
17 | "node" | 17 | "node", |
18 | "chai-xml", | ||
19 | "chai-json-schema" | ||
18 | ] | 20 | ] |
19 | }, | 21 | }, |
20 | "exclude": [ | 22 | "exclude": [ |