File extension of Ionic Conference App

just curious about why the conference app is written in TS but the files not ends with .TS?

In fact when i try to import some file renamed in .TS format, ionic serve gives compilation error

I don’t think it is written in Typescript. You can find the Typescript version of the Conference app by looking at the Typescript branch. That will give you the true Typescript version. The main conference app is written in javascript (ES6). That’s my understanding anyway! I might be wrong.

1 Like

Yay you right. I had not seen the TS branch. thx