Skip to content

Commit

Permalink
Target older EcmaScript version
Browse files Browse the repository at this point in the history
to make it work out of the box in other codebase
  • Loading branch information
SanjoSolutions committed Mar 21, 2022
1 parent 475d830 commit 3dd8306
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xolvio/graphql-verification",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"incremental": true,
"target": "es2022",
"target": "es2019",
"module": "es2022",
"lib": ["ESNext"],
"allowJs": true,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit 3dd8306

Please sign in to comment.