mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
* Passing --checkJs always sets --allowJS Even if you have `"allowJs": false`. This is not a useful combination. Changing this makes the compiler more friendly and easier to describe. * only set allowjs if not explicitly set * remove stray newline * restore bad config error * use an accessor function instead