- Create new NodeJS Console App
npm install @types/node in the project folder
- 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