HoudiniGraphql / houdini

The disappearing GraphQL framework
http://www.houdinigraphql.com
MIT License
913 stars 99 forks source link

Cannot find module '$houdini' or its corresponding type declarations.ts(2307) #1368

Closed Fiser12 closed 1 month ago

Fiser12 commented 1 month ago

Describe the bug

Hello friends

I am facing a issue in my svelte project, I followed the guides to configure the project but the $houdini folder is not detected.

image

But I can access to the stuffs if I do this

image

Can somebody help me please?

Reproduction

No response

Fiser12 commented 1 month ago

I've just fixed,

Remove this in tsconfig

        "module": "NodeNext",
        "moduleResolution": "NodeNext",