docs: fix jest.config.js to use correct target (#12999)

This commit is contained in:
SteelRazor47
2025-07-21 08:45:39 +02:00
committed by GitHub
parent 822217fa36
commit 637a200747

View File

@@ -41,6 +41,7 @@ module.exports = {
{
jsc: {
parser: { syntax: "typescript", decorators: true },
target: "es2021"
},
},
],