Skip to content

Commit

Permalink
🤖 style: prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Oct 4, 2024
1 parent dc5bd2c commit 323f690
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions functions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
"target": "esnext",
"module": "esnext",
"moduleResolution": "nodenext",
"lib": [
"esnext"
],
"types": [
"@cloudflare/workers-types"
],
"esModuleInterop": true,
"lib": ["esnext"],
"types": ["@cloudflare/workers-types"],
"esModuleInterop": true
}
}
}

0 comments on commit 323f690

Please sign in to comment.