chalk/types/tsconfig.json

11 lines
153 B
JSON
Raw Normal View History

2017-10-17 22:10:43 -05:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"strict": true,
2017-10-17 22:10:43 -05:00
"noEmit": true,
"allowJs": true,
"esModuleInterop": true
2017-10-17 22:10:43 -05:00
}
}