Revert "target es6"

This reverts commit cade3e6622.
This commit is contained in:
Collin M. Barrett 2018-03-27 08:16:24 -05:00
parent b1e3bb5648
commit 399af586d6
2 changed files with 1 additions and 2 deletions

View file

@ -5,6 +5,5 @@
<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": "es6",
"target": "es5",
"jsx": "react",
"sourceMap": true,
"skipDefaultLibCheck": true,