Skip to content

Commit

Permalink
Update tsconfig.esm.json to not target ESNext (#2291)
Browse files Browse the repository at this point in the history
* Update tsconfig.esm.json

I believe #2247 was supposed to fix this, but that change does not seem to be in the main branch.

Closes #2240

* Updated changeset for es6 target for language service
  • Loading branch information
retrodaredevil authored Apr 14, 2022
1 parent 3c97cf6 commit 45cbc75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/chilled-pillows-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'graphql-language-service': patch
'graphql-language-service-cli': patch
---

Target es6 for the languages services
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 45cbc75

Please sign in to comment.