Skip to content

Sudden lib.es6.d.ts errors in a solution that doesn't use TypeScript #14873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stijnherreman opened this issue Mar 27, 2017 · 1 comment
Closed
Labels
Duplicate An existing issue was already created

Comments

@stijnherreman
Copy link

TypeScript Version: 2.1.5.0 (as reported by VS 2017 for the TypeScript for Microsoft Visual Studio extension)

Code
None whatsoever. The project does not use TypeScript.

Expected behavior:
No TypeScript errors listed in Visual Studio.

Actual behavior:
The following errors are listed in Visual Studio, since today. I've been using VS 2017 since its official release and haven't seen this problem before.

Error	TS2451	Cannot redeclare block-scoped variable 'JSON'.	Web	C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TypeScript\lib.es6.d.ts	991	Active
Error	TS2451	Cannot redeclare block-scoped variable 'JSON'.	Web	C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TypeScript\lib.es6.d.ts	1018	Active
Error	TS2451	Cannot redeclare block-scoped variable 'JSON'.	Web	C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TypeScript\lib.es6.d.ts	5714	Active
@mhegazy
Copy link
Contributor

mhegazy commented Mar 27, 2017

Seems like a duplicate of #14565. Should be fixed in the next update of VS 2017.

@mhegazy mhegazy added the Duplicate An existing issue was already created label Mar 27, 2017
@mhegazy mhegazy closed this as completed Apr 21, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants