File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments