Make WebApplicationBasic consistent with other templates
This commit is contained in:
parent
b797c9cc1a
commit
3ab3a1bf5f
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"presets": ["es2015"]
|
||||
}
|
||||
|
|
@ -2,7 +2,8 @@
|
|||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"target": "es5",
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"skipDefaultLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
|
|
|||
Loading…
Reference in New Issue