ljlm0402 / typescript-express-starter

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

Alias error in test folder #225

Open Rossella-Mascia-Neosyn opened 1 year ago

Rossella-Mascia-Neosyn commented 1 year ago

Describe the Bug (버그 설명)

i have this error for all alias Cannot find module '@controllers/auth.controller' or its corresponding type declarations.

Steps to Reproduce (재현 순서)

  1. Go to 'test/auth.test.ts'
  2. See error

Expected Behavior (예상 동작)

must be able to find the module

Actual Behavior (실제 동작)

Additional Context (추가 사항)

Capture screen (캡쳐 화면)

image

ljlm0402 commented 1 year ago

@Rossella-Mascia-Neosyn

Which template did this happen in?

Rossella-Mascia-Neosyn commented 1 year ago

@ljlm0402 TypeScript + Routing Controllers + Express API Server

ljlm0402 commented 1 year ago

@Rossella-Mascia-Neosyn

We will end this after modification. thank you