-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
area: ergonomicsIssues and features impacting the developer experience of using turboIssues and features impacting the developer experience of using turboarea: examplesImprovements or additions to examplesImprovements or additions to examples
Description
What version of Turborepo are you using?
1.0.15
Describe the Bug
Import suggestion from Typescript are not working, unless you have the packages with an empty import (import {} from 'ui')
Expected Behavior
Typescript should recognize the packages from the monorepo.
To Reproduce
- Start a new project with
npx create-turbo@latestor clone an example (I cloned the design system) - Open the index.tsx (or any file from the apps)
- Remove the import statement of one shared component
- Try to auto import it from IDE
Metadata
Metadata
Assignees
Labels
area: ergonomicsIssues and features impacting the developer experience of using turboIssues and features impacting the developer experience of using turboarea: examplesImprovements or additions to examplesImprovements or additions to examples