You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accept tsconfig (all lowercase) as an alias to tsConfig option.
Motivation
tsconfig.json is almost always referred to in the lowercase version, which makes it super simple to overlook that this package requires an uppercase C as tsConfig (a mistake that cost me some unnecessary time today).
🚀 Feature Proposal
Accept
tsconfig
(all lowercase) as an alias totsConfig
option.Motivation
tsconfig.json
is almost always referred to in the lowercase version, which makes it super simple to overlook that this package requires an uppercaseC
astsConfig
(a mistake that cost me some unnecessary time today).Example
Here is the current implementation:
I suggest we simply change this to:
This way, you can also remove
tsConfigOpt == null
from the following "if" statement.The text was updated successfully, but these errors were encountered: