X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tsconfig.base.json;h=349c4de6c4685cacd3e7dd32460ce60cc8ab4ba3;hb=8b03e2ce1a2098261de2f729f660b1ae2a320b65;hp=ef86b97975f18a822d45ddf489789dd2ae25f5b3;hpb=06aad80165d09a8863ab8103149a8ff518b10641;p=github%2FChocobozzz%2FPeerTube.git diff --git a/tsconfig.base.json b/tsconfig.base.json index ef86b9797..349c4de6c 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -12,6 +12,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "lib": [ + "dom", "es2015", "es2016", "es2017", @@ -20,6 +21,7 @@ ], "typeRoots": [ "node_modules/@types", + "client/node_modules/@types" ], "baseUrl": "./", "outDir": "./dist/",