···4040when on a TypeScript file or adding a file like [this](https://github.com/0no-co/GraphQLSP/blob/main/packages/example/.vscode/settings.json).
41414242> If you are using VSCode ensure that your editor is using the Workspace Version of TypeScript
4343+> this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of
4444+> ```json
4545+> {
4646+> "typescript.tsdk": "node_modules/typescript/lib",
4747+> "typescript.enablePromptUseWorkspaceTsdk": true
4848+> }
4949+> ```
43504451### Configuration
4552