set typescript target to ES6

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

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

Loading…
Cancel
Save