X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftsconfig.app.json;h=4339f4d4be282602b3e25c4b28cb493cd7b36bef;hb=6de36768980ef6063b8fcd730b59fa685dd2b99c;hp=39ba8dbacbbe051fdd02481b07af43219296a075;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/tsconfig.app.json b/client/src/tsconfig.app.json index 39ba8dbac..4339f4d4b 100644 --- a/client/src/tsconfig.app.json +++ b/client/src/tsconfig.app.json @@ -8,6 +8,11 @@ }, "exclude": [ "test.ts", - "**/*.spec.ts" + "**/*.spec.ts", + "../node_modules/ngx-clipboard/**/*.spec.ts" + ], + "include": [ + "**/*.ts", + "../node_modules/ngx-clipboard/*/**.ts" ] }