We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aa6b4 commit b306c81Copy full SHA for b306c81
website/src/pages/docs/guides/vanilla-typescript.mdx
@@ -87,6 +87,7 @@ Next, we adjust our `tsconfig.json` to load `@0no-co/graphqlsp`.
87
```json filename="tsconfig.json"
88
{
89
"compilerOptions": {
90
+ "target": "ES6", // Requires ES6 and above
91
"plugins": [
92
93
"name": "@0no-co/graphqlsp",
0 commit comments