0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

set typescript target to ES6

This commit is contained in:
Conduitry 2018-03-19 13:57:42 -04:00
parent bc416a538f
commit 60a734113f

View File

@ -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"
],