From 22c1dca6e0beee54be0b4423f2d6ff94c612e607 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 10 May 2016 12:24:49 -0700 Subject: [PATCH] Add noEmit to all config files --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 948d458..fef4d9c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,10 @@ "noImplicitAny": true, "strictNullChecks": false, "baseUrl": "../", - "typesSearchPaths": ["../"] + "typesSearchPaths": [ + "../" + ], + "noEmit": true }, "files": [ "index.d.ts",