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
I would like to use --no-implicit-any, can you expose this as an option?
Ideally, you would allow passing through options the loader doesn't know about to Typescript, so one wouldn't need to make such requests in the future, if possible?
The text was updated successfully, but these errors were encountered:
Regarding pass-through options, it's a neat idea. It could be kind of crappy if someone was using an undocumented option in one way and then we added first class support for the option in another way and it broke.
I don't think it will be unreasonable to just add first class support for the options which make sense in the context of webpack. That said I'm not completely opposed to the idea so perhaps if it becomes an issue.
I would like to use --no-implicit-any, can you expose this as an option?
Ideally, you would allow passing through options the loader doesn't know about to Typescript, so one wouldn't need to make such requests in the future, if possible?
The text was updated successfully, but these errors were encountered: