Hello, normally when i used “ionic start [Name] --v2” the files generated were in Javascript, know its in Typescript. I cant find a why to change to Javascript, anyone can explain me how that works and if is still possible to work in javascript?
TS is better, type isn’t enforced so you can still write normal JS, when type is used not only you get immediate feedback in cases of syntactic errors, you also get intenseness which makes exploring easier, also strong types give you the expressiveness to build better abstractions.