Skip to content

Commit

Permalink
tsconfig: changed target
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaxlev committed May 25, 2023
1 parent 3b3b40b commit af75fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pict-node",
"version": "1.1.1",
"version": "1.2.0",
"description": "Combinatorial Test Case Generation",
"keywords": [
"pict",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"outDir": "dist",
"lib": ["es2020"],
"module": "es2020",
"target": "es2020",
"target": "es2016",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit af75fd2

Please sign in to comment.