From f2e05ffea78255dd431dbddfffff89ac9ff69bdc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 Sep 2018 11:26:19 +0200 Subject: Try to fix embed webpack build --- client/tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client') 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" ] } -- cgit v1.2.3