Quramy / lerna-yarn-workspaces-example

How to build TypeScript mono-repo project with yarn and lerna
MIT License
898 stars 94 forks source link

The latest update makes vscode jump wrong #13

Closed xcaptain closed 6 years ago

xcaptain commented 6 years ago

Definition of awesomeFn jumps to x-core/lib/index.d.ts, not the expected x-core/src/index.ts. The previous version jumps right.