Compiling typescript frontend and serving it with Deno
I'm using Typescript with Express+Socket.io for my multiplayer game's backend. I have a
Is this possible? Or do i have to make a separate non-deno project that compiles its client post-compiled .js files to be served from my Deno backend?
client directory that should contain the frontend source code where I want access to the DOM api in the browser. Is this possible? Or do i have to make a separate non-deno project that compiles its client post-compiled .js files to be served from my Deno backend?

