X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Ftsconfig.json;h=f1d97110dfbbba3bed6acf38fa3018668a352f8c;hb=161b061d4e51eb1e2b2b7e9482d5299489ef7c45;hp=60c343867496496f0b30648622839a5b941f7c11;hpb=3ea9a1c311c3e3c55fb95560d4dd99a77c52df4a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/tsconfig.json b/client/tsconfig.json index 60c343867..f1d97110d 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -17,6 +17,9 @@ "es2015", "dom" ], + "types": [ + "jasmine" + ], "baseUrl": "src", "paths": { "@app/*": [ "app/*" ], @@ -28,5 +31,12 @@ "stream": [ "./shims/noop" ], "crypto": [ "./shims/noop" ] } - } + }, + "exclude": [ + "../node_modules", + "node_modules", + "dist", + "../server", + "src/**/*.spec.ts" + ] }