After stumbling upon the typscript-node starter released by microsoft, i started to get lost.
Can we really replace node with typescript on the server? There are several serverside things that TS does well: - Creating a web API service with express - Managing the CRUD queries with mongoDB
And much more... I am used to generate an api with node and connect angular to that api. Am i wrong? Should we switch to TS on the backend and forget about writing node code on the server?