chalk/types/tsconfig.json

10 lines
133 B
JSON
Raw Normal View History

2017-07-02 14:32:45 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
2017-07-02 14:32:45 +02:00
}
}