From 8e264f9cc118ee37319c82bba8eb0ad08ee664f3 Mon Sep 17 00:00:00 2001 From: yiminghe Date: Wed, 22 Jun 2016 16:09:45 +0800 Subject: [PATCH] preserve for ts --- tsconfig.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index de6423c912..7c27d33193 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,10 @@ { "compilerOptions": { "moduleResolution": "node", - "jsx": "react", + "jsx": "preserve", "target": "es6" - } + }, + "exclude": [ + "node_modules" + ] } \ No newline at end of file