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

7 lines
103 B
JSON

{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"noEmit": true,
"allowJs": true
}
}