workarounds for #16819 - TS2.1 compiler issues

This commit is contained in:
kieferrm
2016-12-07 16:57:43 -08:00
parent e9b68079a9
commit 499a648057
3 changed files with 3 additions and 3 deletions

View File

@@ -107,6 +107,6 @@ export class ExtHostConfiguration extends ExtHostConfigurationShape {
mixin(result, config, false);
}
return Object.freeze(result);
return <WorkspaceConfiguration>Object.freeze(result);
}
}