Skip to content

Commit

Permalink
Downgrade Build to ES2015 (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu authored Dec 25, 2023
1 parent 2bd4aac commit 9229f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2015",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2015", "DOM", "DOM.Iterable"],
"skipLibCheck": true,

/* Bundler mode */
Expand Down

0 comments on commit 9229f45

Please sign in to comment.