From 75dba8fab2fb11353cba0b2d04927eb0206bbef5 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Tue, 20 Dec 2016 09:36:23 +0200 Subject: [PATCH] Include apps and tests in tsconfig.json --- package.json | 2 +- tsconfig.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index a41db7586..e2778da42 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "time-grunt": "1.3.0", "tslint": "^3.15.1", "typedoc": "0.4.5", - "typescript": "~2.1.4" + "typescript": "~2.0.10" }, "scripts": { "setup": "npm run dev-link-tns-platform-declarations && npm run dev-link-tns-core-modules && npm run dev-link-tests && npm run dev-link-apps", diff --git a/tsconfig.json b/tsconfig.json index ac19b1df6..735d74ff0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,8 +17,6 @@ ] }, "exclude": [ - "apps", - "tests", "tns-platform-declarations/node_modules/", "tns-platform-declarations/package/", "tns-core-modules/node_modules/",