I am planning to do a little multiplayer javascript game with a node.js server (using socket.io) and would like to share some code (mostly classes) between the webclient and the server. So I found this:
How can I share code between Node.js and the browser?
However I would also like to use Typescript and was wondering how to set it up? What tsconfig.json settings are best suited for this? Do I have to use something like browserify or webpack?
Do I have to use something like browserify or webpack?
Yes. I use webpack.
What tsconfig.json settings are best suited for this
just use commonjs everywhere.
here is a project in typescript with both backend / frontend .... uses webpack ... and has a single tsconfig.json
: https://github.com/alm-tools/alm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With