Fix error TS2748 using --isolatedModules

node_modules/chalk/index.d.ts(403,16): error TS2748: Cannot access ambient const enums when the '--isolatedModules' flag is provided.
This commit is contained in:
Spencer Elliott 2019-11-11 10:51:58 -05:00 committed by GitHub
parent 20002d8bd1
commit 5bf8c05c68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
index.d.ts vendored
View file

@ -1,4 +1,4 @@
declare const enum LevelEnum {
declare enum LevelEnum {
/**
All colors disabled.
*/