Skip to content

Commit a8edf4f

Browse files
authored
chore: tsconfig adjusts (yeoman#1666)
1 parent 4574b24 commit a8edf4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"include": ["src/**/*"],
33
"compilerOptions": {
44
/* Language and Environment */
5-
"target": "ES2022" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
5+
"target": "ES2023" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
66
"lib": [
7-
"ES2022"
7+
"ES2023"
88
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
99
"types": ["node", "inquirer"],
1010

1111
/* Modules */
12-
"module": "node16" /* Specify what module code is generated. */,
12+
"module": "node20" /* Specify what module code is generated. */,
1313
"rootDir": "./src" /* Specify the root folder within your source files. */,
1414
"resolveJsonModule": true,
1515

0 commit comments

Comments
 (0)