Skip to content

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

+2-2
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)