Skip to content

Commit

Permalink
feat: ship es2020 (was: es2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed May 13, 2024
1 parent 727d5bb commit 3151863
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion cfg/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"compilerOptions": {
// Target/module
"target": "es2017", // es2017+ browsers, adjust to your requirements!
"target": "es2020", // es2020+ browsers, adjust to your requirements!
"lib": ["esnext", "dom", "dom.iterable"],
"module": "esnext",
"moduleResolution": "node",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "dist",
// "allowJs": true,
"target": "es2017", // es2017+ browsers
"target": "es2020", // es2020+ browsers
},
"include": ["src"],
"exclude": ["**/__exclude"],
Expand Down
Loading

0 comments on commit 3151863

Please sign in to comment.