Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

SDK

Better type support

If you test the SDK locally, add this to your tsconfig.json. This will improve the local development experience.

{
  "compilerOptions": {
    "paths": {
      "@wundergraph/sdk": [
        "<path-to-the-sdk>/src"
      ]
    }
  }
}