Dont default to CommonJS modules for ES6 target

This commit is contained in:
Bill Ticehurst
2016-02-11 11:53:10 -08:00
parent 73fa45bd2e
commit 4a67dc5e08
5 changed files with 3 additions and 6 deletions
-1
View File
@@ -1712,7 +1712,6 @@ namespace ts {
// Always default to "ScriptTarget.ES5" for the language service
return {
target: ScriptTarget.ES5,
module: ModuleKind.CommonJS,
jsx: JsxEmit.Preserve
};
}