chalk/types/tsconfig.json
2018-12-11 21:30:10 +01:00

10 lines
153 B
JSON

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