Skip to content

Commit

Permalink
default to es6 target for language service, fix #2240 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Mar 23, 2022
1 parent 968899f commit e0add6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/graphql-language-service/tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./esm",
"composite": true,
"target": "ESNext"
"composite": true
},
"include": ["src"],
"exclude": ["**/__tests__/**", "**/*.spec.*"]
Expand Down

0 comments on commit e0add6d

Please sign in to comment.