From: Chocobozzz Date: Mon, 3 Sep 2018 09:26:19 +0000 (+0200) Subject: Try to fix embed webpack build X-Git-Tag: v1.0.0-beta.12~50 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f2e05ffea78255dd431dbddfffff89ac9ff69bdc;p=github%2FChocobozzz%2FPeerTube.git Try to fix embed webpack build --- diff --git a/client/tsconfig.json b/client/tsconfig.json index 6ac5e6a9e..f1d97110d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -17,6 +17,9 @@ "es2015", "dom" ], + "types": [ + "jasmine" + ], "baseUrl": "src", "paths": { "@app/*": [ "app/*" ], @@ -33,6 +36,7 @@ "../node_modules", "node_modules", "dist", - "../server" + "../server", + "src/**/*.spec.ts" ] }