Skip to content

Commit

Permalink
[v3.0] use compiler target ES2020 (#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk authored and lukastaegert committed Oct 11, 2022
1 parent 02ec439 commit 7c6bf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -12,7 +12,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2019",
"target": "ES2020",
"useDefineForClassFields": false
},
"include": ["typings/**/*.d.ts", "src", "cli", "browser", "rollup.config.ts"],
Expand Down

0 comments on commit 7c6bf53

Please sign in to comment.