Skip to content

Commit

Permalink
chore: go back up to es6 because es5 was giving issues
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Apr 19, 2021
1 parent fe01104 commit f1bc10e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .changeset/strange-jobs-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'graphql-language-service': patch
'monaco-graphql': patch
'codemirror-graphql': patch
'graphiql': patch
'@graphiql/toolkit': patch
'graphql-language-service-cli': patch
'graphql-language-service-interface': patch
'graphql-language-service-parser': patch
'graphql-language-service-server': patch
'graphql-language-service-types': patch
'graphql-language-service-utils': patch
---

Set all cross-runtime build targets to es6
3 changes: 2 additions & 1 deletion resources/tsconfig.base.cjs.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"compilerOptions": {
"composite": true,
"target": "es5",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"downlevelIteration": true,
"removeComments": true,
"strict": true,
"jsx": "react",
Expand Down

0 comments on commit f1bc10e

Please sign in to comment.