This repo exists to document this issue with typescript, vscode and rushjs.
All 3 projects are really simple, with only typescript and mikro-orm as dependencies. In all 3
- Open
vanilla
folder in vscode and terminal npm install
- open
book.entity.ts
- auto-imports work correctly
- Open
withRushYarn
folder in terminal rush update
- Open
withRushYarn/libraries/dtos
folder in vscode - open
book.entity.ts
- auto-imports do not work correctly
- Open
withRushPNPM
folder in terminal rush update
- Open
withRushPNPM/libraries/dtos
folder in vscode - open
book.entity.ts
- auto-imports do not work correctly