target es6

This commit is contained in:
Collin M. Barrett 2018-03-27 07:48:56 -05:00
parent 527405e15d
commit cade3e6622
2 changed files with 2 additions and 1 deletions

View file

@ -5,5 +5,6 @@
<s:String x:Key="/Default/CodeInspection/GeneratedCode/GeneratedFileMasks/=_002A_002EDesigner_002Ecs/@EntryIndexedValue"></s:String>
<s:Boolean x:Key="/Default/CodeInspection/GeneratedCode/GeneratedFileMasks/=_002A_002EDesigner_002Ecs/@EntryIndexRemoved">True</s:Boolean>
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String>
<s:String x:Key="/Default/CodeInspection/JsInspections/LanguageLevel/@EntryValue">ECMAScript 2015</s:String>
<s:String x:Key="/Default/CodeStyle/CodeCleanup/SilentCleanupProfile/@EntryValue">Built-in: Full Cleanup</s:String>
</wpf:ResourceDictionary>

View file

@ -3,7 +3,7 @@
"baseUrl": ".",
"module": "es2015",
"moduleResolution": "node",
"target": "es5",
"target": "es6",
"jsx": "react",
"sourceMap": true,
"skipDefaultLibCheck": true,