-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
As you can see in infinitered/solidarity#202, if the host app doesn't pull in @types/cli-table2 (and friends), TypeScript won't be able to find them when trying to compile the app. This isn't a great experience.
Our options:
- Ship those dependencies as
dependenciesnotdevDependencies - Copy those types into our own types
- Require host apps to manually bring in types in their own devDependencies