Skip to content

Commit b306c81

Browse files
authored
Fix TypeScript config in vanilla-typescript guide (#10175)
1 parent 05aa6b4 commit b306c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/pages/docs/guides/vanilla-typescript.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Next, we adjust our `tsconfig.json` to load `@0no-co/graphqlsp`.
8787
```json filename="tsconfig.json"
8888
{
8989
"compilerOptions": {
90+
"target": "ES6", // Requires ES6 and above
9091
"plugins": [
9192
{
9293
"name": "@0no-co/graphqlsp",

0 commit comments

Comments
 (0)