Skip to content

Commit

Permalink
build: change compilerOptions.target to es2020, prevent import.meta e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
motea927 committed Jan 15, 2024
1 parent b1a448e commit a10925d
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
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "es2020",
"lib": ["esnext", "DOM"],
"module": "esnext",
"moduleResolution": "node",
Expand Down

0 comments on commit a10925d

Please sign in to comment.