From 47c58fb0b2c711deee19e396240c3ab64badf8e2 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 31 May 2017 18:23:52 +0800 Subject: [PATCH] tsc ignore lib and es folders --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a651b256de..dd6df7d6d7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,8 @@ ] }, "exclude": [ - "node_modules" + "node_modules", + "lib", + "es" ] }