Open
Description
After I brought #24713 up with @chrisdias, he mentioned his thinking was more about the "I'm going to introduce a .ts
file into a JS project" scenario. I think once you have some .ts
files around a project, you're going to want to migrate the .js
files eventually too, so both scenarios are valid.
But things we could do include
- Generating a
tsconfig.json
- Installing
@types
dependencies for packages that need them.