You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It it possible to update the VS 2015 Preview language service somehow so that it works with typescript.d.ts built from master? Right now, it is show errors for everything with const, but more importantly CompilerOptions.option causes cascading errors where I am unable to use the const enums below it. Notice the errors for ScriptTarget and ModuleKind.
My work-a-round right now is to comment out the CompilerOptions[option: string]: string | number | boolean; line. Is that a new construct?
The text was updated successfully, but these errors were encountered:
It it possible to update the VS 2015 Preview language service somehow so that it works with
typescript.d.ts
built frommaster
? Right now, it is show errors for everything withconst
, but more importantlyCompilerOptions.option
causes cascading errors where I am unable to use theconst enum
s below it. Notice the errors forScriptTarget
andModuleKind
.My work-a-round right now is to comment out the
CompilerOptions
[option: string]: string | number | boolean;
line. Is that a new construct?The text was updated successfully, but these errors were encountered: