chalk/tsconfig.json
2018-12-26 02:06:00 +01:00

9 lines
133 B
JSON

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