After creating the tsconfig.json, we can now compile and watch for changes using. tsc -p src/server/ -w. We can host using. node dist/server/server.js.
確定! 回上一頁