Skip to content

Commit d749596

Browse files
committed
[cli] update TypeScript target and library to ES2022
1 parent c979ac6 commit d749596

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cli/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"include": ["**/*.ts", "**/*.js"],
44
"exclude": ["node_modules", "dist", "bundle", "dist.js", "declarations/**/*.js"],
55
"compilerOptions": {
6+
"target": "ES2022",
7+
"lib": ["ES2022"],
68
"types": ["node"],
7-
"target": "ES2021",
89
"outDir": "./dist",
910
"allowJs": true,
1011
"module": "nodenext",

0 commit comments

Comments
 (0)