Skip to content
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

lib.esnext.bigint.d.ts not found #28910

Closed
olmobrutall opened this issue Dec 7, 2018 · 4 comments
Closed

lib.esnext.bigint.d.ts not found #28910

olmobrutall opened this issue Dec 7, 2018 · 4 comments
Assignees
Labels
Bug A bug in TypeScript Visual Studio Integration with Visual Studio

Comments

@olmobrutall
Copy link

TypeScript Version: 3.2
If you try to compile with this .tsconfig

{
  "compilerOptions": {
    "target": "es5",
    "sourceMap": false,
    "module": "esnext",
    "moduleResolution": "node",
    "jsx": "react",
    "noEmit": true,
    "strict": true,
    "baseUrl": ".",
    "lib": [
      "es2017",
      "esnext",
      "dom"
    ]
  },
  "exclude": [ "node_modules" ]
}

Search Terms: bigint esnext

Expected behavior:
Compiles without errors
Actual behavior:
TS6053 Build:File 'C:/Users/Olmo/.nuget/packages/microsoft.typescript.msbuild/3.2.1/tools/tsc/lib.esnext.bigint.d.ts' not found

Digging inside, the lib.esnext.d.ts contains:

/// <reference lib="es2018" />
/// <reference lib="esnext.asynciterable" />
/// <reference lib="esnext.array" />
/// <reference lib="esnext.bigint" />
/// <reference lib="esnext.symbol" />
/// <reference lib="esnext.intl" />

But esnext bigint is not there,

image

Same thing in C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.2

@olmobrutall
Copy link
Author

BTW: Removing "esnext" from the tsconfig.json solves de problem for now.

@weswigham weswigham added the Bug A bug in TypeScript label Dec 7, 2018
@weswigham
Copy link
Member

@DanielRosenwasser can you doublecheck that our published VS SDK actually has all the lib files? o.O

@weswigham weswigham added the Visual Studio Integration with Visual Studio label Dec 7, 2018
@weswigham
Copy link
Member

@minestarks should have a 3.2 SDK build out with the fix in the near future.

@minestarks
Copy link
Member

TS 3.2.2 up on Nuget now which should fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Visual Studio Integration with Visual Studio
Projects
None yet
Development

No branches or pull requests

3 participants