NativeScript / nativescript-dev-typescript

TypeScript support for NativeScript projects
Apache License 2.0
21 stars 10 forks source link

Typescript version #62

Open Joagom opened 6 years ago

Joagom commented 6 years ago

Hello. Silly question.... which version of Typescript should I use?

I'm stick with the version that comes with the templates (2.7.2). Can I update it safely?

I can't find documentation on this issue.

Thanks.

IAMtheIAM commented 6 years ago

Good question, not silly. It needs to be in the DOCS. When can we use typescript 3+?

Joagom commented 6 years ago

I've updated it to 2.9.2 and it seems to be working without problems... after all, what we get is generated Javascript. But I'm not sure if I could use Typescript 3 with project references, which are my main interest on updating. I could try, but only by trying I can't be sure that it will not break on other issues or updates.

I'll appreciate some word from somebody who knows better of the inner working of nativescript-dev-typescript.