ahmedmaher05 / LLG-MP

Language Learning Gamification Media Player
https://ahmedmaher09.github.io/LLG-MP/
27 stars 7 forks source link

Add Typescript compatibility and Webpack for bundling #20

Open colossatr0n opened 2 years ago

colossatr0n commented 2 years ago

As an outside contributor, having the ability to code in Typescript would be a great help and also increase the quality of contributed code. This would also require using Webpack so that the ts files and existing js files can be bundled together.

I'm looking into this right to see if I can get Typescript and Webpack to work with Electron.

colossatr0n commented 2 years ago

I was unsuccessful getting this to work, unfortunately. I'll leave this case open if anyone wants to try tackling it or find a different was to easily develop in both typescript and javascript without using webpack.