Skip to content

Commit

Permalink
Update Typescript config: target ES2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoscur committed Mar 10, 2024
1 parent c04699b commit 780cd47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"target": "ES2021",
"module": "ESNext",
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
Expand Down

0 comments on commit 780cd47

Please sign in to comment.