Skip to content

Commit

Permalink
feat(core): update TS target to ES2021 (#18948)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Aug 31, 2023
1 parent fef332e commit 6d68656
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

1 comment on commit 6d68656

@vercel
Copy link

@vercel vercel bot commented on 6d68656 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.