Today we are excited to announce the availability of TypeScript 5.9 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.9! Minimal and Updated tsc --init Support for import defer Support for --module node20 […]
I was worried at first when I read they were “reducing” all the documentation comments from new tsconfig files and making users rely on editor autocomplete to somehow find and get the right settings.
But after looking at their new tsconfig example, it still has all the settings that users care about and looks like what everyone eventually turns their tsconfigs into anyway
I was worried at first when I read they were “reducing” all the documentation comments from new tsconfig files and making users rely on editor autocomplete to somehow find and get the right settings.
But after looking at their new tsconfig example, it still has all the settings that users care about and looks like what everyone eventually turns their tsconfigs into anyway