chalk/tsconfig.json

8 lines
103 B
JSON
Raw Normal View History

2017-10-17 22:10:43 -05:00
{
2018-12-26 02:18:40 +01:00
"extends": "@sindresorhus/tsconfig",
2017-10-17 22:10:43 -05:00
"compilerOptions": {
"noEmit": true,
"allowJs": true
}
}