Skip to content

Commit

Permalink
downgrade target to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Oct 22, 2023
1 parent 0e0c4cb commit 1b526a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/server/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"lib": ["es2022"],
"lib": ["ES2021"],
"module": "NodeNext",
"target": "es2022",
"target": "ES2021",
"strict": true,
"resolveJsonModule": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 1b526a3

Please sign in to comment.