ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.72k stars 419 forks source link

About swagger, jest and Makefiles #176

Open fwx5618177 opened 2 years ago

fwx5618177 commented 2 years ago

Motivation (새로운 기능 설명)

Here are 4 tips:

  1. In src/tests/auth.test.ts test file, you use import import App from '@/app'. It would mention error, so you need to modify tsconfig.json. Should delete "src/tests" in exclude.
  2. eslint have embeded prettier, I think needn't .prettierrc, can we delete this file?
  3. Chrome download one new html file from /api-docs but new page when I want to watch the api instro in swagger-ui. So how to solve it?
  4. Could you add some instructs in Makefile? Like watch docker (docker ps -a), delete container or open the docker-composer?