Make WebApplicationBasic consistent with other templates

This commit is contained in:
SteveSandersonMS
2016-03-01 16:27:20 +00:00
parent b797c9cc1a
commit 3ab3a1bf5f
2 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
{
"presets": ["es2015"]
}

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"sourceMap": true
"sourceMap": true,
"skipDefaultLibCheck": true
},
"exclude": [
"node_modules"