cyclejs-community / one-fits-all

The one-fits-all flavor for create-cycle-app
MIT License
34 stars 8 forks source link

TypeScript 2.4 #4

Closed jvanbruegge closed 7 years ago

jvanbruegge commented 7 years ago

From @danielyogel on August 2, 2017 9:3

Hi,

Please upgrade the flavor to TypeScript 2.4, it is already used by Cycle.js, and it's "string enums" feature is helpful. If a pull request is needed, please give me some instructions...

Thanks for building the TypeScript flavor - I use it successfully for some time!

Copied from original issue: cyclejs-community/create-cycle-app-flavors#44

jvanbruegge commented 7 years ago

From @SteveALee on August 2, 2017 11:41

I wonder if it Is possible to not install typescript at all for the generated app so we can use global or package specific version as we wish.

Do any of the flavor npm scripts actually need the app's TS or do they use any installed in the flavor package?

jvanbruegge commented 7 years ago

From @SteveALee on August 2, 2017 11:55

I wonder if it Is possible to not install typescript at all for the generated app so we can use global or package specific version as we wish.

Do any of the flavor npm scripts actually need the app's TS or do they use any installed in the flavor package?

jvanbruegge commented 7 years ago

From @SteveALee on August 2, 2017 11:56

@danielyogel I simply updated mine. Not sure if it's broken anything in my app but everyhting seems OK