chalk/types/tsconfig.json
2017-09-09 12:51:52 -05:00

9 lines
138 B
JSON

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