Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b96dd54

Browse files
committed
build: update tsconfig ECMAScript version to ES2023
With Node.js v20 now the minimum supported version for Angular v20, the ECMAScript version used with TypeScript can be increased to ES2023. This change applies to the build process for the CLI packages themselves and is not related to the configuration used within projects.
1 parent d512635 commit b96dd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tsconfig.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"isolatedModules": true,
1212
"skipLibCheck": true,
1313
"strict": true,
14-
"target": "es2022",
15-
"lib": ["es2022"],
14+
"target": "es2023",
15+
"lib": ["es2023"],
1616
"rootDir": ".",
1717
"rootDirs": [".", "./dist-schema/bin/"],
1818
"paths": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /