Skip to content

Commit

Permalink
updated esnext reference
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Sep 29, 2024
1 parent 96de409 commit 40d0c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"node",
"vite/client"
],
"target": "ESNext",
"module": "ESNext",
"target": "esnext",
"module": "esnext",
"strict": true,
"importHelpers": true,
"moduleResolution": "node",
Expand All @@ -29,7 +29,7 @@
"removeComments": true,
"isolatedModules": true,
"lib": [
"ESNext"
"esnext"
],
"rootDir": ".",
"baseUrl": ".",
Expand Down

0 comments on commit 40d0c69

Please sign in to comment.