Skip to content

Commit

Permalink
build: TypeScriptのtargetをES2018に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed Nov 4, 2024
1 parent 4003970 commit 5724307
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 @@ -5,7 +5,7 @@
"strict": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES2017",
"target": "ES2018",
"allowJs": true,
"moduleResolution": "Bundler",
"importHelpers": true,
Expand Down

0 comments on commit 5724307

Please sign in to comment.