diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-09-04 21:21:47 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-09-04 21:30:18 +0200 |
commit | 0e1dc3e7c69995c691e1dd82e3c2bc68748661ca (patch) | |
tree | f2a4b5cffc72e33c902b67083bbaa35b6f22f0ca /tsconfig.json | |
parent | b0f9f39ed70299a208d1b388c72de8b7f3510cb7 (diff) | |
download | PeerTube-0e1dc3e7c69995c691e1dd82e3c2bc68748661ca.tar.gz PeerTube-0e1dc3e7c69995c691e1dd82e3c2bc68748661ca.tar.zst PeerTube-0e1dc3e7c69995c691e1dd82e3c2bc68748661ca.zip |
Convert tests to typescript
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 039881230..be910b309 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -6,6 +6,7 @@ | |||
6 | "sourceMap": false, | 6 | "sourceMap": false, |
7 | "outDir": "./dist", | 7 | "outDir": "./dist", |
8 | "lib": [ | 8 | "lib": [ |
9 | "dom", | ||
9 | "es2015" | 10 | "es2015" |
10 | ], | 11 | ], |
11 | "types": [ | 12 | "types": [ |