Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k authored Dec 16, 2023
1 parent e1a6486 commit a468574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"target": "es2021",
"lib": ["es2021"],
"module": "Node16",
"moduleResolution": "node",
"moduleResolution": "Node16",
"types": ["@cloudflare/workers-types", "jest"],
"resolveJsonModule": true,
"allowJs": true,
Expand Down

0 comments on commit a468574

Please sign in to comment.