Open ridenaio opened 2 years ago
you have to use ../app instead of @/ and you should be good to go
Yes, I can, but this is the template, it should work or maybe need to be fixed?
Moreover is /src folder these imports like @/app, @/utils works perfectly. What's the difference?
I have the same issue with the default template:
Is there another options to fix it than manually?
I fixed it by removing src/tests
in exclude
intsconfig.json
try import { App } from '@/app';
or just edit class App in app.ts to export default class App
Summary (요약)
I created a new project with prisma template. All tests are passing, but imports are not visible. I use latest VS code.
How to this these imports (problem exists only in .test.ts files).