Migration suggestions after *introducing* a .ts file #24714
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
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
tsconfig.json
@types
dependencies for packages that need them.@mjbvz @amcasey
The text was updated successfully, but these errors were encountered: