Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Aug 28, 2024
1 parent 1b6a812 commit f3e0e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2018",
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"lib": ["dom", "dom.iterable", "esnext"],
"strict": true,
"allowJs": true,
Expand Down

0 comments on commit f3e0e7f

Please sign in to comment.