Hendrixer/fullstack-app-v2-app

Issue with Typescript

leofmoura opened this issue · 3 comments

All my tsx files are not recognizing Typescript.
I'm not sure what is missing, looks like a issue with new Nextjs project.
Any thoughts on that?

Thanks

image

This builds and run quite will.
Also, I tried restarting my TS Server on vscode and it does not fix the issue.

@leofmoura First, you may want to make sure your tsconfig.json file has the correct configuration. Also, double check you have the typescript module installed. You can compare your project with the typescript branch to make sure the configuration matches.

I did not found so, started using typescript branch as source was a quick solution. Thanks