Fix IntelliSense
This commit is contained in:
parent
bc3dd75329
commit
71dec9d5f2
1 changed files with 4 additions and 0 deletions
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
|
|
@ -95,3 +95,7 @@ export interface Chalk {
|
||||||
declare const chalk: Chalk & { supportsColor: ColorSupport };
|
declare const chalk: Chalk & { supportsColor: ColorSupport };
|
||||||
|
|
||||||
export default chalk
|
export default chalk
|
||||||
|
|
||||||
|
declare module 'chalk' {
|
||||||
|
export = chalk
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue