I am creating a skeleton MEAN project using the Angular CLI. The following is an example of the folder structure and tsconfig.json file.

Currently, the server code in the server directory is written in JavaScript, and I would like to write it in TypeScript.
In development, I usually run the following commands:
nodemon server.js
ng build --watch
, , TypeScript? tsconfig.json - , Angular tsconfig.json? 2 ? ? , , Gulp, NPM.