From e23352ba9f8b47ba840665562173d7f5a1ad636c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Tue, 19 Apr 2016 22:45:40 +0200 Subject: [PATCH] Prevent config-serializer to be compiled automatically in the ng2 project. --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c984da0a..6f5bc573 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "exclude": [ "node_modules", "typings/main", - "typings/main.d.ts" + "typings/main.d.ts", + "config-serializer" ] } \ No newline at end of file