diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-06 10:31:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-06 10:31:52 +0200 |
commit | fc8aabd0bf38441c0591f21b9b435b52e99ffc23 (patch) | |
tree | 0fd22fd08d9952cd19961d9e01d1237a05eb5bfa /tsconfig.json | |
parent | d056b019565539c5d12a302d1968581a186e5514 (diff) | |
download | PeerTube-fc8aabd0bf38441c0591f21b9b435b52e99ffc23.tar.gz PeerTube-fc8aabd0bf38441c0591f21b9b435b52e99ffc23.tar.zst PeerTube-fc8aabd0bf38441c0591f21b9b435b52e99ffc23.zip |
parseQueryStringFilter cleanup
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 7eed7d0cd..058da4f78 100644 --- a/tsconfig.json +++ b/tsconfig.json | |||
@@ -12,7 +12,9 @@ | |||
12 | "dom", | 12 | "dom", |
13 | "es2015", | 13 | "es2015", |
14 | "es2016", | 14 | "es2016", |
15 | "es2017" | 15 | "es2017", |
16 | "es2018", | ||
17 | "es2019" | ||
16 | ], | 18 | ], |
17 | "typeRoots": [ | 19 | "typeRoots": [ |
18 | "node_modules/sitemap/node_modules/@types", | 20 | "node_modules/sitemap/node_modules/@types", |