Closed devotoare closed 1 year ago
Hi I'm not able to reproduce,
can you provide more information?
I had this problem too. It turned out to be a typescript version mismatch between what my project was using (v4) and what was loaded in VSCode (v5). The error will go away when you either upgrade your project, or tell VsCode to use the version of Typescript that is installed in node_modules
Tried using this today and followed the simple directions, but receive this error:
My
app.controller.ts
:My
app.module.ts
: