X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=f1d97110dfbbba3bed6acf38fa3018668a352f8c;hb=161b061d4e51eb1e2b2b7e9482d5299489ef7c45;hp=6ac5e6a9e46e261a05e32c4c36607e4bcb1bb99b;hpb=0b18f4aa80df8868bf34605423c7a298dffbb2aa;p=github%2FChocobozzz%2FPeerTube.git 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" ] }