Skip to content

Commit

Permalink
feat(core): update TS target to ES2021
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Aug 31, 2023
1 parent fef332e commit 68df1a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "ES2021",
"importHelpers": true,
"module": "commonjs",
"moduleResolution": "node",
Expand All @@ -9,7 +9,7 @@
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"types": ["node", "jest"],
"lib": ["es2019"],
"lib": ["ES2021"],
"declaration": true,
"resolveJsonModule": true,
"baseUrl": ".",
Expand Down

0 comments on commit 68df1a5

Please sign in to comment.