Skip to content

Commit

Permalink
Force es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Jul 6, 2023
1 parent da4974a commit 5aaa747
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 @@ -6,7 +6,7 @@
"outDir": "build",
"baseUrl": ".",
"target": "esnext",
"lib": ["es6", "es2020", "dom"],
"lib": ["es2020", "dom"],
"strict": true,
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit 5aaa747

Please sign in to comment.