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
RyanCavanaugh opened this issue
Dec 1, 2017
· 0 comments
Assignees
Labels
BugA bug in TypeScriptFixedA PR has been merged for this issue@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTyped
Add "typeAcquisition": {"enable": true} to the tsconfig.json
Trigger a program recompute
Result: Duplicate identifier errors for all the declarations in the node .d.ts
Fix is to tell ATA to not ask the typings installer to add types that are part of the implicit type references of the project
The text was updated successfully, but these errors were encountered:
RyanCavanaugh
added
@types
Relates to working with .d.ts files (declaration/definition files) from DefinitelyTyped
Bug
A bug in TypeScript
labels
Dec 1, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA bug in TypeScriptFixedA PR has been merged for this issue@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTyped
npm install @types/node
in the project folder"typeAcquisition": {"enable": true}
to thetsconfig.json
Result: Duplicate identifier errors for all the declarations in the node .d.ts
Fix is to tell ATA to not ask the typings installer to add types that are part of the implicit type references of the project
The text was updated successfully, but these errors were encountered: