JavaScript instead of TypeScript

HI
I’m trying to build a Taxi app with Google Maps API but I want to use JavaScript instead of TypeScript. Is it possible?

Still the same even when I’m using --no-ts

I don’t think ionic 3+ supports plain ole JavaScript anymore.

Someone else may give a more qualified answer, but considering how close TS is to JS is you can pretty much opt for the level of TS you actually want.

Probably a pertinent question: why?

I’m not sure what this means. Are you being forced to type your variables?

I can not use TS and I need to finish my work to college.

you can develop it in typescript and disable minification and uglification from webpack and then assume the build result files as your project, in the end all this typescript files will turn into javascript files.

Check out https://github.com/danielehrhardt/Ionic-2-Google-Maps-Marker-Cluster