Standard setup of a monorepo that includes frontend and backend TypeScript code for one app
Hello friends, I'm new to Deno and have what I feel is a relatively simple use case, but I've struggled to find good guidance about it.
My repo is here: https://github.com/timschwab/chesswar. Nothing too fancy, messing about with WebSockets and <canvas>. I used to have two repos - one for the backend server and one for the frontend server. But I decided to just join them into one repo, so I could trivially share some code and types between the server code and the client code.
However this means that the VSCode workspace includes both Deno server code and frontend TypeScript, and so I don't know the right way to set targettarget and liblib.
Does this make sense? Any help appreciated. Thanks!
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.