From 3ab3a1bf5fe126ee7ffd277c25264badc393c572 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 1 Mar 2016 16:27:20 +0000 Subject: [PATCH] Make WebApplicationBasic consistent with other templates --- templates/WebApplicationBasic/.babelrc | 3 --- templates/WebApplicationBasic/tsconfig.json | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 templates/WebApplicationBasic/.babelrc diff --git a/templates/WebApplicationBasic/.babelrc b/templates/WebApplicationBasic/.babelrc deleted file mode 100644 index c13c5f6..0000000 --- a/templates/WebApplicationBasic/.babelrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "presets": ["es2015"] -} diff --git a/templates/WebApplicationBasic/tsconfig.json b/templates/WebApplicationBasic/tsconfig.json index cd09747..61872e1 100644 --- a/templates/WebApplicationBasic/tsconfig.json +++ b/templates/WebApplicationBasic/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "moduleResolution": "node", "target": "es5", - "sourceMap": true + "sourceMap": true, + "skipDefaultLibCheck": true }, "exclude": [ "node_modules"