mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Pick up TS 2.5.1 8/25 insiders
This commit is contained in:
@@ -506,12 +506,12 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
|
||||
}
|
||||
|
||||
const compilerOptions: Proto.ExternalProjectCompilerOptions = {
|
||||
module: Proto.ModuleKind.CommonJS,
|
||||
target: Proto.ScriptTarget.ES6,
|
||||
module: 'CommonJS' as Proto.ModuleKind,
|
||||
target: 'ES6' as Proto.ScriptTarget,
|
||||
allowSyntheticDefaultImports: true,
|
||||
allowNonTsExtensions: true,
|
||||
allowJs: true,
|
||||
jsx: Proto.JsxEmit.Preserve
|
||||
jsx: 'Preserve' as Proto.JsxEmit
|
||||
};
|
||||
|
||||
if (this.apiVersion.has230Features()) {
|
||||
|
||||
Reference in New Issue
Block a user