chalk/types/tsconfig.json

10 lines
133 B
JSON
Raw Normal View History

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