fix(types): optional chalkOptions, Extended -> Ansi256

This commit is contained in:
calebboyd 2017-10-16 15:01:51 -05:00
parent 98b42414b4
commit 64f592b70c
3 changed files with 14 additions and 10 deletions

View file

@ -1,9 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
}
}