Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

VS Code TypeScript settings points to a directory outside the project which might not be present #14

@thesobercoder

Description

@thesobercoder

Just observed that the TypeScript library directory mentioned in the .vscode/settings.json points to a directory that might not be present on the users' machine.

 "typescript.tsdk": "../../node_modules/.pnpm/[email protected]/node_modules/typescript/lib",

I think it should be configured like this -

 "typescript.tsdk": "./node_modules/typescript/lib",

Also, based on this discussion, it looks like the tsconfig.tsbuildinfo file should be added to .gitignore.

vercel/next.js#30815 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions