X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftsconfig.app.json;h=729eee35359d6c9c1de71d90ab1fd5c1e63094bf;hb=3a0fb65c61f80b510bce979a45d59d17948745e8;hp=4339f4d4be282602b3e25c4b28cb493cd7b36bef;hpb=ca309a9f6492f340295fee010ffa6dcc63fd76b4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json index 4339f4d4b..729eee353 100644 --- a/client/src/tsconfig.app.json +++ b/client/src/tsconfig.app.json @@ -3,8 +3,14 @@ "compilerOptions": { "outDir": "../out-tsc/app", "baseUrl": "./", - "module": "es2015", - "types": [] + "module": "esnext", + "types": [], + "lib": [ + "es2017", + "es2016", + "es2015", + "dom" + ] }, "exclude": [ "test.ts",