The following command runs tsc from the root of the directory

npm run root

The following command runs tsc from the root of the server directory

npm run server

The following command runs tsx from the root of the frontend directory

npm run frontend