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:
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…
Reference in New Issue
Block a user