chalk/types/tsconfig.json
2017-07-02 14:32:45 +02:00

9 lines
138 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
}
}