|
|
|
|
|
by iainmerrick
945 days ago
|
|
I still don’t fully understand why TypeScript needed to be involved in the discussion at all. TSC tries to do far too much and doesn’t do most of it very well. The tsconfig format is restrictive and annoying. TS would be a lot better if it were just a type checker and nothing else (which is more or less what you get when you switch to a proper bundler). |
|
I suppose in a way I'm complaining about a (mostly) non-issue, since bundlers all have good typescript support at this point.