Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 1, 2023
1 parent 10b367d commit e5f8ee9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ workspace version of TypeScript. In VSCode you can do so by clicking the bottom
when on a TypeScript file or adding a file like [this](https://github.com/0no-co/GraphQLSP/blob/main/packages/example/.vscode/settings.json).

> If you are using VSCode ensure that your editor is using the Workspace Version of TypeScript
> this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of
> ```json
> {
> "typescript.tsdk": "node_modules/typescript/lib",
> "typescript.enablePromptUseWorkspaceTsdk": true
> }
> ```
### Configuration
Expand Down

0 comments on commit e5f8ee9

Please sign in to comment.