From 49a52f2845b93a4b3d4d3ae73b99ebb1d4c44dae Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 15 May 2018 23:45:46 -0400 Subject: [PATCH] exclude nodeApi --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 659edd13..9636e766 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,6 +26,7 @@ "dist", "jslib/dist", "build", - "jslib/spec" + "jslib/spec", + "jslib/services/nodeApi.service.ts" ] }