From 902916c40d8a94af6206330b6e3397701011c2fa Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Tue, 9 Jul 2019 15:03:41 +0300 Subject: [PATCH] chore(tsconfig.unit-tests.json): exclude tns-core-modules/platforms (#7483) --- tsconfig.unit-tests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.unit-tests.json b/tsconfig.unit-tests.json index 9fa8fa87a..505e05531 100644 --- a/tsconfig.unit-tests.json +++ b/tsconfig.unit-tests.json @@ -15,6 +15,7 @@ "**/*.ios.d.ts", "tns-platform-declarations", "tns-core-modules/node-modules", - "tns-core-modules/references.d.ts" + "tns-core-modules/references.d.ts", + "tns-core-modules/platforms" ] }