From 9029476d37dad5d2c189f796b67e678048f8fcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 31 Mar 2016 12:45:42 +0200 Subject: [PATCH] Update the path of typings. --- config-serializer/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-serializer/tsconfig.json b/config-serializer/tsconfig.json index 46ba139e..96aa5bcd 100644 --- a/config-serializer/tsconfig.json +++ b/config-serializer/tsconfig.json @@ -5,7 +5,7 @@ "experimentalDecorators": true }, "files": [ - "typings/main.d.ts", + "../typings/main.d.ts", "serializeConfig.ts" ] } \ No newline at end of file