Skip to content

Support libraries field in tsconfig.json #7623

Closed
@RyanCavanaugh

Description

@RyanCavanaugh

Today (once the PR goes in) you can write

/// <reference library="jquery" />

but there is no equivalent in tsconfig.json. We should support e.g.

{
  "files": ["myFile.ts"],
  "libraries": ["jquery"], <---
  ...
}

Metadata

Metadata

Assignees

Labels

@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedCommittedThe team has roadmapped this issueFixedA PR has been merged for this issueSuggestionAn idea for TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions