Skip to content

Commit 7cb061f

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.
1 parent 5c0d76e commit 7cb061f

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)