nodemon typescript?

Table of Contents 1. Install typescript in vscode 2.Typescript is compiled into JavaScript 3.tsconfig.json configuration 4.vscode’s detection function for typescript When I was writing the API interface, I felt very unhappy that there was no prompt, so I wanted to use typescript to rewrite all the js’ files I assume that you use vscode to […]

[Solved] Backend – 1. Written questions 2. Nodemon hot loading 3. Cross-domain 4. Cross-domain solutions

Table of Contents 1. Written test questions/interview questions Second, nodemon hot loading 3. Cross-domain 4. Cross-domain solutions 1. Design of JSONP 2. proxy proxy server 3. CORS Cross-Origin Resource Sharing 4. Other ways 1. Written test questions/interview questions ==> The code returned by the backend to the frontend is garbled, how to fix it? A: […]