If this is your first Typescript project it seems a little large for a first one.
There is no file named server.js which is the first issue. There never will be as far as I can tell because there is no file named server.ts. You’re also referencing the “src” folder which (if things are done correctly) should only contain the source. After building it appears that your output files will be in a folder named /dist which doesn’t yet exist.