Comment on The TypeScript TaxparentComments−boubiyeah7ytype IJustWantToExperiment = anyYou could use the allowJs typescript flag and mostly use JS files at first; perhaps only typing a few models.
Comments
type IJustWantToExperiment = any
You could use the allowJs typescript flag and mostly use JS files at first; perhaps only typing a few models.