Dustin
Dustin
I believe you are getting this because your linter from the build step doesn't recognize the Deno object so it is flagging a type error. Try making a deno.d.ts file...
I have the same problem my .next folder is in my .gitignore though so like yours it doesn't appear in my repository on github. Do I just delete this from...
> Hello everyone, > > I initiated a next js project with app router and came to the same type error. > > ```ts > import Image from "next/image"; >...
> [#25484 (comment)](https://github.com/denoland/deno/pull/25484#issuecomment-2335046615) > > It turns out this isn't a bug for Deno. If you add `{ "type": "module" }` to your package.json and modify your tsconfig to the...