chalk/types/tsconfig.json
2017-10-18 10:10:43 +07:00

9 lines
133 B
JSON

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