Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(types): update chalk import (#2535)
The import was importing as default but is not exported as default. Now the import is importing `* as` so you don't have to use the tsconfig option `esModuleInterop`
- Loading branch information