Skip to content

Commit 5118d9c

Browse files
authored
fix: JSConfig's compilerOptions.target updated to match TSConfig. (#5656)
1 parent 71b24fd commit 5118d9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/schemas/json/jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,12 @@
621621
"es2022",
622622
"es2023",
623623
"es2024",
624+
"es2025",
624625
"esnext"
625626
]
626627
},
627628
{
628-
"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[01234]))|[Nn][Ee][Xx][Tt]))$"
629+
"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[012345]))|[Nn][Ee][Xx][Tt]))$"
629630
}
630631
],
631632
"markdownDescription": "Set the JavaScript language version for emitted JavaScript and include compatible library declarations.\n\nSee more: https://www.typescriptlang.org/tsconfig#target"

0 commit comments

Comments
 (0)