set typescript target to ES6

pull/1261/head
Conduitry 6 years ago
parent bc416a538f
commit 60a734113f

@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "ES6",
"diagnostics": true,
"noImplicitThis": true,
"noEmitOnError": true,
@ -7,7 +8,6 @@
"lib": ["es5", "es6", "dom"],
"importHelpers": true
},
"target": "ES5",
"include": [
"src"
],

Loading…
Cancel
Save