Skip to content

Commit

Permalink
feat: target es2019
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jul 28, 2021
1 parent db63d03 commit f90f4f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-poems-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@n1ru4l/graphql-public-schema-filter": minor
---

target es2019
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"skipLibCheck": true,
"downlevelIteration": true,
"lib": ["es2019"],
"outDir": "dist"
"outDir": "dist",
"target": "es2019",
"module": "esnext"
},
"include": ["src", "types"],
"exclude": ["./**/*.spec.ts", "dist"]
Expand Down

0 comments on commit f90f4f4

Please sign in to comment.