The documentation on server is only about js.
First I just copied the code in documentation into "server.js", but it failed because games are defined in typescript and js cannot import typescript modules.
Then I change it to "server.ts", but now I don't know how to run this.
So how to use server with typescript?